fix bug in Mark's nav bar when viewing schema privs. add mark's stuff to HISTORY
authorchriskl <chriskl>
Thu, 22 Jul 2004 04:19:43 +0000 (04:19 +0000)
committerchriskl <chriskl>
Thu, 22 Jul 2004 04:19:43 +0000 (04:19 +0000)
HISTORY
classes/Misc.php

diff --git a/HISTORY b/HISTORY
index 0b89e1d508f1b94fc09acddaffa30dbb3d7faaa1..46fcebdb87bfae266c7344420eff2d761b60c83f 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -14,6 +14,10 @@ Features
 * Allow filtering find results by object type
 * Show function arguments in find results
 * Support 7.5's named function arguments
+* "Sticky" navigation.  phpPgAdmin will now remember while tab you are
+  looking at (eg. 'Indexes') when you change which table you are viewing.
+* New fast navigation bar.  A breadcrumb style navigation bar for fast
+  jumping between areas.
 
 Translations
 * Arabic from Zaki
index 16f1725f74f28bc197049ce71ac32479e352bfcf..1ec0bd80a49fbf03790787e157b5978b98ad4ae4 100644 (file)
@@ -2,7 +2,7 @@
        /**
         * Class to hold various commonly used functions
         *
-        * $Id: Misc.php,v 1.80 2004/07/21 08:26:43 jollytoad Exp $
+        * $Id: Misc.php,v 1.81 2004/07/22 04:19:43 chriskl Exp $
         */
         
        class Misc {
                                                ),
                                                'privileges' => array (
                                                        'title' => $lang['strprivileges'],
-                                                       'url'   => "privileges.php?{$vars}&type=schema&object=" . urlencode($_REQUEST['schema']),
+                                                       'url'   => "privileges.php?{$vars}&type=schema&object=" . urlencode($_REQUEST['object']),
                                                        'hide'  => (!$data->hasSchemas()),
                                                ),
                                        );