Bugger. Accidentally broke privileges (with code from new not yet comitted stuff).
authorjollytoad <jollytoad>
Mon, 9 Aug 2004 09:43:54 +0000 (09:43 +0000)
committerjollytoad <jollytoad>
Mon, 9 Aug 2004 09:43:54 +0000 (09:43 +0000)
Fixed now, hopefully :)

database.php

index f4a0a7d2d7213853946322ce2a5a255ea43927c5..bfe8cd5c789a8483fc55ddb6615d1c82668f9827 100755 (executable)
@@ -3,7 +3,7 @@
        /**
         * Manage schemas within a database
         *
-        * $Id: database.php,v 1.59 2004/08/09 09:25:45 jollytoad Exp $
+        * $Id: database.php,v 1.60 2004/08/09 09:43:54 jollytoad Exp $
         */
 
        // Include application functions
                                ),
                                'privileges' => array(
                                        'title' => $lang['strprivileges'],
-                                       'url'   => "privileges.php?subject=schema&amp;database=".urlencode($_REQUEST['database'])."&amp;",
-                                       'vars'  => array('schema' => 'nspname'),
+                                       'url'   => "privileges.php?type=schema&amp;database=".urlencode($_REQUEST['database'])."&amp;",
+                                       'vars'  => array('schema' => 'nspname', 'object' => 'nspname'),
                                ),
                                'alter' => array(
                                        'title' => $lang['stralter'],