Fix for PHP8 issue on User Modify page
Fix for other reports issues git-svn-id: svn://192.168.202.10@3909 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -798,6 +798,7 @@ else
|
||||
$uc++;
|
||||
}
|
||||
$m=0;
|
||||
$Scalls[$uc] = 0;
|
||||
while ( ($m < $uc) and ($m < 50000) )
|
||||
{
|
||||
if ($user == "$Suser[$m]")
|
||||
@@ -817,7 +818,7 @@ else
|
||||
}
|
||||
if ($user_found < 1)
|
||||
{
|
||||
$Scalls[$uc] = 0;
|
||||
# $Scalls[$uc] = 0;
|
||||
$Suser[$uc] = $user;
|
||||
$Swait[$uc] = $wait;
|
||||
$Stalk[$uc] = $talk;
|
||||
|
||||
Reference in New Issue
Block a user