projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff71531
)
Re-enable the edit privilege button fr functions. Reported by Jaroslav Hanslík
author
Guillaume (ioguix) de Rorthais
<ioguix@free.fr>
Mon, 4 Oct 2010 11:44:46 +0000
(13:44 +0200)
committer
Guillaume (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
patch
|
blob
|
blame
|
history
diff --git
a/functions.php
b/functions.php
index 0237f21e1430bbf4c72a31596861108783b95b1a..cd36715b2f7e1160fa11281d0809570bf229ec72 100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-823,8
+823,6
@@
),
);
- unset($actions['privileges']);
-
$misc->printTable($funcs, $columns, $actions, $lang['strnofunctions']);
echo "<ul class=\"navlink\">\n\t<li><a href=\"functions.php?action=create&{$misc->href}\">{$lang['strcreateplfunction']}</a></li>\n";