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:
mattf
2025-02-10 22:05:31 +00:00
parent 75ef47f2ea
commit 091cc0a489
3 changed files with 8 additions and 6 deletions
@@ -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;