From be626b193eeb3c52e7a393a9964727954ad64cc5 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Thu, 15 Mar 2012 15:19:32 +0800 Subject: [PATCH] MDL-32028 Documentation : removed legacy 1.x documentation --- lib/dml/moodle_database.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/dml/moodle_database.php b/lib/dml/moodle_database.php index 6e00b4c184b..14ae4b7ee39 100644 --- a/lib/dml/moodle_database.php +++ b/lib/dml/moodle_database.php @@ -1550,9 +1550,6 @@ abstract class moodle_database { /** * Test whether a record exists in a table where all the given conditions met. * - * The record to test is specified by giving up to three fields that must - * equal the corresponding values. - * * @param string $table The table to check. * @param array $conditions optional array $fieldname=>requestedvalue with AND in between * @return bool true if a matching record exists, else false.