- Patch #87629 by chx: removing my debug code.

5.x
Dries Buytaert 2006-10-05 15:33:30 +00:00
parent 90f9bffbc0
commit c621a60705
1 changed files with 0 additions and 4 deletions

View File

@ -1693,10 +1693,6 @@ function system_settings_overview() {
$content = system_admin_menu_block($menu);
$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;
}