From: Leonardo Sapiras Date: Wed, 4 Jan 2012 00:00:09 +0000 (+0100) Subject: Add support for 'navlink' hooks in the plugin architecture. X-Git-Tag: REL_5-1-0~68 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f5892dd7650ad1057555acd64aca2c345daea1ef;p=phppgadmin.git Add support for 'navlink' hooks in the plugin architecture. By Leonardo Sapiras during the GSoC 2011. Reviewed, massively patched, fixed, integrated and commited by ioguix --- diff --git a/privileges.php b/privileges.php index 0a924033..0bf7bfaf 100644 --- a/privileges.php +++ b/privileges.php @@ -244,7 +244,7 @@ $alltxt = $lang['strshowalldatabases']; break; } - + $subject = $_REQUEST['subject']; $object = $_REQUEST[$_REQUEST['subject']];