--- abuse.module	2007-04-25 03:55:09.000000000 +0800
+++ abuse.module	2008-03-06 20:00:08.000000000 +0800
@@ -67,15 +67,7 @@ function abuse_menu($may_cache) {
       'callback' => 'abuse_admin_pending',
       'access' => $admin_abuse_access,
     );
-    /* Implement multiple deletes
-    $items[] = array(
-      'path' => 'admin/abuse/multi', 'title' => t('item'),
-      'type' => MENU_CALLBACK, 'callback' => 'abuse_admin_multi',
-      'access' => $admin_abuse_access,
-    );
-    */
-  } 
-  elseif (user_access('administer abuse reports')) {
+
     // Configuration Settings
     $items[] = array(
       'path' => 'admin/settings/abuse',
@@ -96,6 +88,15 @@ function abuse_menu($may_cache) {
       'type' => MENU_NORMAL_ITEM,
     );
     
+    /* Implement multiple deletes
+    $items[] = array(
+      'path' => 'admin/abuse/multi', 'title' => t('item'),
+      'type' => MENU_CALLBACK, 'callback' => 'abuse_admin_multi',
+      'access' => $admin_abuse_access,
+    );
+    */
+  } 
+  elseif (user_access('administer abuse reports')) {
     $pending = _abuse_get_pending_count();
     $hidden = _abuse_get_hidden_count();
     $removed = _abuse_get_removed_count();
