Resolved Issue ID 0000456, 0000457, 0000459, 0000465:

o Fix bugs adviser mode



git-svn-id: http://piwigo.org/svn/trunk@1458 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2006-07-11 20:51:24 +00:00
parent cfcb489cfa
commit 8a7fff22b0
9 changed files with 42 additions and 14 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ if (isset($_GET['users']))
}
}
if (isset($_GET['del']))
if (isset($_GET['del']) and !is_adviser())
{
$del_params = urldecode( $_GET['del'] );
parse_str($del_params, $vars);