Re-enable the edit privilege button fr functions. Reported by Jaroslav Hanslík
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 4 Oct 2010 11:44:46 +0000 (13:44 +0200)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 4 Oct 2010 11:44:46 +0000 (13:44 +0200)
Reported as issue #5 on github by Jaroslav Hanslík:
http://github.com/xzilla/phppgadmin/issues#issue/5

functions.php

index 0237f21e1430bbf4c72a31596861108783b95b1a..cd36715b2f7e1160fa11281d0809570bf229ec72 100644 (file)
                        ),
                );
 
-               unset($actions['privileges']);
-
                $misc->printTable($funcs, $columns, $actions, $lang['strnofunctions']);
 
                echo "<ul class=\"navlink\">\n\t<li><a href=\"functions.php?action=create&amp;{$misc->href}\">{$lang['strcreateplfunction']}</a></li>\n";