From: skodak Date: Sun, 25 May 2008 22:25:17 +0000 (+0000) Subject: MDL-14957 fixed get_indexes() comments X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e108cea45fb36473a11536c0684fac5e867ad6dd;p=moodle.git MDL-14957 fixed get_indexes() comments --- diff --git a/lib/dml/adodb_moodle_database.php b/lib/dml/adodb_moodle_database.php index 9915e30a3d..db48282ddf 100644 --- a/lib/dml/adodb_moodle_database.php +++ b/lib/dml/adodb_moodle_database.php @@ -124,7 +124,7 @@ abstract class adodb_moodle_database extends moodle_database { } /** - * Return table indexes + * Return table indexes - everything lowercased * @return array of arrays */ public function get_indexes($table) { diff --git a/lib/dml/moodle_database.php b/lib/dml/moodle_database.php index 3ec7551607..85e7289dd1 100644 --- a/lib/dml/moodle_database.php +++ b/lib/dml/moodle_database.php @@ -328,7 +328,7 @@ abstract class moodle_database { public abstract function get_tables(); /** - * Return table indexes + * Return table indexes - everything lowercased * @return array of arrays */ public abstract function get_indexes($table);