From 302ade3dde94429abc32626ac1ee9220af4451be Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 14 Jun 2001 23:52:08 +0000 Subject: [PATCH] Bug test for sent text update git-svn-id: file:///svn/phpbb/trunk@500 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/privmsg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index c333c60f8d..2e83eac189 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -157,7 +157,7 @@ if($mode == "read") VALUES ($privmsg_sent_id, '" . stripslashes($privmsg['privmsgs_text']) . "')"; 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.
$sql", __LINE__, __FILE__); } } }