MDL-14957 fixed get_tables() comments
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user