mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Bug test for sent text update
git-svn-id: file:///svn/phpbb/trunk@500 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bb51a8c0ef
commit
302ade3dde
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ if($mode == "read")
|
||||||
VALUES ($privmsg_sent_id, '" . stripslashes($privmsg['privmsgs_text']) . "')";
|
VALUES ($privmsg_sent_id, '" . stripslashes($privmsg['privmsgs_text']) . "')";
|
||||||
if(!$pm_sent_text_status = $db->sql_query($sql))
|
if(!$pm_sent_text_status = $db->sql_query($sql))
|
||||||
{
|
{
|
||||||
error_die(SQL_QUERY, "Could not insert private message sent text.", __LINE__, __FILE__);
|
error_die(SQL_QUERY, "Could not insert private message sent text.<BR>$sql", __LINE__, __FILE__);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue