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
+1 -1
View File
@@ -316,7 +316,7 @@
print_box_start('generalbox', 'notice'); // MDL-8330
print_string('pluginchecknotice');
print_box_end();
print_modules_table();
print_plugin_tables();
echo "<br />";
print_continue('index.php?confirmupgrade=1&amp;confirmrelease=1&amp;confirmplugincheck=1');
print_footer('none');
+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',