This commit is contained in:
Alan Garcia 2012-11-08 09:09:11 +00:00
parent f1e7d8dec9
commit df5500adfe
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ $subadmin=variable_get("subadmin_restriction", 0);
// If we ask for all account but we aren't "admin" and
// subadmin var is not 1
if ($show=="all" && !$subadmin==1 && $cuid != 2000) {
printvar('plop2');
__("This page is restricted to authorized staff");
exit();
}