Moved tablespace tab
authorjollytoad <jollytoad>
Wed, 21 Jul 2004 08:26:43 +0000 (08:26 +0000)
committerjollytoad <jollytoad>
Wed, 21 Jul 2004 08:26:43 +0000 (08:26 +0000)
classes/Misc.php

index e3f0ded63aa5704fe192514a9cec61c625d13665..16f1725f74f28bc197049ce71ac32479e352bfcf 100644 (file)
@@ -2,7 +2,7 @@
        /**
         * Class to hold various commonly used functions
         *
-        * $Id: Misc.php,v 1.79 2004/07/21 07:44:43 jollytoad Exp $
+        * $Id: Misc.php,v 1.80 2004/07/21 08:26:43 jollytoad Exp $
         */
         
        class Misc {
                                                        'title' => $lang['strdatabases'],
                                                        'url'   => "all_db.php",
                                                ),
-                                               'tablespaces' => array (
-                                                       'title' => $lang['strtablespaces'],
-                                                       'url'   => "tablespaces.php",
-                                                       'hide'  => (!$data->hasTablespaces()),
-                                               ),
                                                'users' => array (
                                                        'title' => $lang['strusers'],
                                                        'url'   => "users.php",
                                                        'url'   => "groups.php",
                                                        'hide'  => $hide_users,
                                                ),
+                                               'tablespaces' => array (
+                                                       'title' => $lang['strtablespaces'],
+                                                       'url'   => "tablespaces.php",
+                                                       'hide'  => (!$data->hasTablespaces()),
+                                               ),
                                        );
 
                                case 'database':