MDL-13101 Renamed the print_modules_table() function to print_plugin_tables()

This commit is contained in:
nicolasconnault
2008-01-23 22:48:48 +00:00
parent f5f4cc3fe7
commit f547727478
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -4502,7 +4502,12 @@ function db_replace($search, $replace) {
return true;
}
function print_modules_table() {
/**
* Prints tables of detected plugins, one table per plugin type,
* and prints whether they are part of the standard Moodle
* distribution or not.
*/
function print_plugin_tables() {
$compatlist = array();
$compatlist['mods'] = array('assignment',
'chat',