]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14957 fixed get_indexes() comments
authorskodak <skodak>
Sun, 25 May 2008 22:25:17 +0000 (22:25 +0000)
committerskodak <skodak>
Sun, 25 May 2008 22:25:17 +0000 (22:25 +0000)
lib/dml/adodb_moodle_database.php
lib/dml/moodle_database.php

index 9915e30a3dd3fc5edf6886de05d1e6bbe3b792a4..db48282ddfacd822ddccbb4aa4deaa38cd80d8b1 100644 (file)
@@ -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) {
index 3ec75516076a6ef67f4445df2ebdb36a8eb14769..85e7289dd143a03ee7556d694d656747330f27c0 100644 (file)
@@ -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);