diff options
author | xzilla | 2005-08-11 12:20:38 +0000 |
---|---|---|
committer | xzilla | 2005-08-11 12:20:38 +0000 |
commit | b1ed90df5ed00b1b2f2cd452d24fcbf77adee575 (patch) | |
tree | eb10922541e0decdebc3294be80897adaa267d94 | |
parent | 5cd7016103816bea50f02e7c9a7e03624793a5e9 (diff) |
Swap to Nicola's code since it is better
-rw-r--r-- | functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php index 5fd145a4..066c7855 100644 --- a/functions.php +++ b/functions.php @@ -3,7 +3,7 @@ /** * Manage functions in a database * - * $Id: functions.php,v 1.47.2.1 2005/08/10 19:38:35 xzilla Exp $ + * $Id: functions.php,v 1.47.2.2 2005/08/11 12:20:38 xzilla Exp $ */ // Include application functions @@ -530,7 +530,7 @@ ); if (!$data->hasFuncPrivs()) { - array_pop($actions); + unset($actions['privileges']); } $misc->printTable($funcs, $columns, $actions, $lang['strnofunctions'], 'fnPre'); |