mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
fixed some small bugs... added the updater (this one needs some testing, i have moved some things around)
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3674 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -868,7 +868,7 @@ if ( !empty($next) )
|
||||
$row['user_website'] = addslashes($website);
|
||||
|
||||
$row['user_icq'] = (ereg("^[0-9]+$", $row['user_icq'])) ? $row['user_icq'] : '';
|
||||
reset($checklength);
|
||||
@reset($checklength);
|
||||
|
||||
while($field = each($checklength))
|
||||
{
|
||||
|
Reference in New Issue
Block a user