mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01: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
@ -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…
x
Reference in New Issue
Block a user