MDL-14957 fixed get_tables() comments

This commit is contained in:
skodak
2008-05-25 22:22:57 +00:00
parent 0a0ea79d7d
commit 71c920cf8f
2 changed files with 3 additions and 3 deletions
+1 -1
View 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() {
+2 -2
View 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();