diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-22 07:02:09 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-22 07:02:09 +0000 |
commit | 092726df1603daefb347c66e50e270fc1e6581cc (patch) | |
tree | 0f2d5d089e8033413d9b802535a50ba73d522d24 /modules/system/system.module | |
parent | 86289baab32ce3b7be7de3cf274589ac45234b47 (diff) | |
download | brdo-092726df1603daefb347c66e50e270fc1e6581cc.tar.gz brdo-092726df1603daefb347c66e50e270fc1e6581cc.tar.bz2 |
- Patch #212233 by lilou, catch: remove SQL report.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 40538d104..8f4a98625 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -749,12 +749,6 @@ function system_menu() { 'access arguments' => array('administer site configuration'), 'type' => MENU_CALLBACK, ); - $items['admin/reports/status/sql'] = array( - 'title' => 'SQL', - 'page callback' => 'system_sql', - 'access arguments' => array('administer site configuration'), - 'type' => MENU_CALLBACK, - ); // Default page for batch operations $items['batch'] = array( 'page callback' => 'system_batch_page', |