diff options
author | zotlabs <mike@macgirvin.com> | 2016-10-21 21:44:15 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-10-21 21:44:15 -0700 |
commit | c5dcac4dbb9348da8b11bb99e4d9b5a50e16fad9 (patch) | |
tree | 6433dee7783e9a3a3e8221d77369300ee2115566 /include/message.php | |
parent | aa9fef7778ab0b829d09493436e463b94af79ee6 (diff) | |
download | volse-hubzilla-c5dcac4dbb9348da8b11bb99e4d9b5a50e16fad9.tar.gz volse-hubzilla-c5dcac4dbb9348da8b11bb99e4d9b5a50e16fad9.tar.bz2 volse-hubzilla-c5dcac4dbb9348da8b11bb99e4d9b5a50e16fad9.zip |
issue #564
Diffstat (limited to 'include/message.php')
-rw-r--r-- | include/message.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/message.php b/include/message.php index 25986092d..f5821490d 100644 --- a/include/message.php +++ b/include/message.php @@ -436,7 +436,7 @@ function private_messages_drop($channel_id, $messageitem_id, $drop_conversation intval($channel_id) ); if($z) { - q("delete from conv where guid = '%s' and uid = %d limit 1", + q("delete from conv where guid = '%s' and uid = %d", dbesc($x[0]['conv_guid']), intval($channel_id) ); |