- Patch #87629 by chx: removing my debug code.
parent
90f9bffbc0
commit
c621a60705
|
@ -1693,10 +1693,6 @@ function system_settings_overview() {
|
||||||
$content = system_admin_menu_block($menu);
|
$content = system_admin_menu_block($menu);
|
||||||
|
|
||||||
$output = theme('admin_block_content', $content);
|
$output = theme('admin_block_content', $content);
|
||||||
// TODO: remove this:
|
|
||||||
foreach (module_implements('settings') as $module) {
|
|
||||||
drupal_set_message("$module settings inaccessible: module needs updating because the _settings hook has been deprecated.");
|
|
||||||
}
|
|
||||||
|
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue