* 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
/**
* 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()),
),
);