|
From: Paul S. O. <ps...@us...> - 2002-03-19 01:11:31
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv10228/includes
Modified Files:
usercp_register.php
Log Message:
One more error and this computer gets to see the Ionosphere close up ...
Index: usercp_register.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/usercp_register.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** usercp_register.php 19 Mar 2002 01:10:21 -0000 1.5
--- usercp_register.php 19 Mar 2002 01:11:27 -0000 1.6
***************
*** 493,497 ****
}
! if ( !($row = $db->sql_fetchrow($result) )
{
message_die(GENERAL_ERROR, 'Could not obtain next user_id information', '', __LINE__, __FILE__, $sql);
--- 493,497 ----
}
! if ( !($row = $db->sql_fetchrow($result)) )
{
message_die(GENERAL_ERROR, 'Could not obtain next user_id information', '', __LINE__, __FILE__, $sql);
|