MDL-13101 Renamed the print_modules_table() function to print_plugin_tables()
This commit is contained in:
+1
-1
@@ -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&confirmrelease=1&confirmplugincheck=1');
|
||||
print_footer('none');
|
||||
|
||||
+6
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user