Reset $userent - it gets set somewhere and grants users full priviledges

after creation
This commit is contained in:
Bill Marquette 2007-08-06 03:14:31 +00:00
parent 0fb5206f46
commit 8ef95644a3

View File

@ -125,6 +125,7 @@ if (isSystemAdmin($HTTP_SERVER_VARS['AUTH_USER'])) {
}
if (!$input_errors) {
$userent = "";
if (isset($id) && $a_user[$id])
$userent = $a_user[$id];