Merge branch 'w27_MDL-34125_m23_tablename' of git://github.com/skodak/moodle into MOODLE_23_STABLE

This commit is contained in:
Dan Poltawski
2012-07-02 16:46:27 +08:00
+1 -1
View File
@@ -452,7 +452,7 @@ function get_used_table_names() {
if ($loaded and $tables = $structure->getTables()) {
foreach($tables as $table) {
$table_names[] = strtolower($table->name);
$table_names[] = strtolower($table->getName());
}
}
}