mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@6775 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
688d57f99c
commit
f7c96667a3
1 changed files with 2 additions and 2 deletions
|
@ -300,7 +300,7 @@ if ( isset($HTTP_POST_VARS['submit']) )
|
||||||
AND session_id = '" . $userdata['session_id'] . "'";
|
AND session_id = '" . $userdata['session_id'] . "'";
|
||||||
if (!($result = $db->sql_query($sql)))
|
if (!($result = $db->sql_query($sql)))
|
||||||
{
|
{
|
||||||
message_die(GENERAL_ERROR, 'Could not obtain confirmation code', __LINE__, __FILE__, $sql);
|
message_die(GENERAL_ERROR, 'Could not obtain confirmation code', '', __LINE__, __FILE__, $sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($row = $db->sql_fetchrow($result))
|
if ($row = $db->sql_fetchrow($result))
|
||||||
|
@ -317,7 +317,7 @@ if ( isset($HTTP_POST_VARS['submit']) )
|
||||||
AND session_id = '" . $userdata['session_id'] . "'";
|
AND session_id = '" . $userdata['session_id'] . "'";
|
||||||
if (!$db->sql_query($sql))
|
if (!$db->sql_query($sql))
|
||||||
{
|
{
|
||||||
message_die(GENERAL_ERROR, 'Could not delete confirmation code', __LINE__, __FILE__, $sql);
|
message_die(GENERAL_ERROR, 'Could not delete confirmation code', '', __LINE__, __FILE__, $sql);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue