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

index 49359ced51c8dff4054b8780ac4daa7dfb0b61d2..9915e30a3dd3fc5edf6886de05d1e6bbe3b792a4 100644 (file)
@@ -107,7 +107,7 @@ abstract class adodb_moodle_database extends moodle_database {
     }
 
     /**
-     * Return tables in database with WITHOUT current prefix
+     * Return tables in database WITHOUT current prefix
      * @return array of table names in lowercase and without prefix
      */
     public function get_tables() {
index 5d08d93a3e56581bab08d2ae312be45f590af539..3ec75516076a6ef67f4445df2ebdb36a8eb14769 100644 (file)
@@ -322,8 +322,8 @@ abstract class moodle_database {
     }
 
     /**
-     * Return tables in database with current prefix
-     * @return array of table names
+     * Return tables in database WITHOUT current prefix
+     * @return array of table names in lowercase and without prefix
      */
     public abstract function get_tables();