aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/privmsg.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-06-14 23:52:08 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-06-14 23:52:08 +0000
commit302ade3dde94429abc32626ac1ee9220af4451be (patch)
tree35db21490522878c4bfdbf8652620798267f88be /phpBB/privmsg.php
parentbb51a8c0efa64ac8c6bf769cb23e7f74a8df7183 (diff)
downloadforums-302ade3dde94429abc32626ac1ee9220af4451be.tar
forums-302ade3dde94429abc32626ac1ee9220af4451be.tar.gz
forums-302ade3dde94429abc32626ac1ee9220af4451be.tar.bz2
forums-302ade3dde94429abc32626ac1ee9220af4451be.tar.xz
forums-302ade3dde94429abc32626ac1ee9220af4451be.zip
Bug test for sent text update
git-svn-id: file:///svn/phpbb/trunk@500 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/privmsg.php')
-rw-r--r--phpBB/privmsg.php2
1 files changed, 1 insertions, 1 deletions
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.<BR>$sql", __LINE__, __FILE__);
}
}
}