From 092726df1603daefb347c66e50e270fc1e6581cc Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 22 May 2009 07:02:09 +0000
Subject: - Patch #212233 by lilou, catch: remove SQL report.

---
 modules/system/system.module | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'modules/system/system.module')

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',
-- 
cgit v1.2.3