mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
One more error and this computer gets to see the Ionosphere close up ...
git-svn-id: file:///svn/phpbb/trunk@2343 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
913562743e
commit
f4cf95101b
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ if ( isset($HTTP_POST_VARS['submit']) )
|
|||
message_die(GENERAL_ERROR, 'Could not obtain next user_id information', '', __LINE__, __FILE__, $sql);
|
||||
}
|
||||
|
||||
if ( !($row = $db->sql_fetchrow($result) )
|
||||
if ( !($row = $db->sql_fetchrow($result)) )
|
||||
{
|
||||
message_die(GENERAL_ERROR, 'Could not obtain next user_id information', '', __LINE__, __FILE__, $sql);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue