diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-19 01:11:27 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-19 01:11:27 +0000 |
| commit | f4cf95101b128ec7e813773ba69a706d8ca0b0ad (patch) | |
| tree | 6ff79394d060a1ead490450aa057783e0d66aafe | |
| parent | 913562743e0a7284292dbf5a52a5af9ff2028492 (diff) | |
| download | forums-f4cf95101b128ec7e813773ba69a706d8ca0b0ad.tar forums-f4cf95101b128ec7e813773ba69a706d8ca0b0ad.tar.gz forums-f4cf95101b128ec7e813773ba69a706d8ca0b0ad.tar.bz2 forums-f4cf95101b128ec7e813773ba69a706d8ca0b0ad.tar.xz forums-f4cf95101b128ec7e813773ba69a706d8ca0b0ad.zip | |
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
| -rw-r--r-- | phpBB/includes/usercp_register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/usercp_register.php b/phpBB/includes/usercp_register.php index 5f3aea6f6b..88bdf2aad1 100644 --- a/phpBB/includes/usercp_register.php +++ b/phpBB/includes/usercp_register.php @@ -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); } |
