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/import.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/import.php')
-rw-r--r-- | include/import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/import.php b/include/import.php index d5f6e5c8a..49cdb2574 100644 --- a/include/import.php +++ b/include/import.php @@ -860,7 +860,7 @@ function import_conv($channel,$convs) { if($channel && $convs) { foreach($convs as $conv) { if($conv['deleted']) { - q("delete from conv where guid = '%s' and uid = %d limit 1", + q("delete from conv where guid = '%s' and uid = %d", dbesc($conv['guid']), intval($channel['channel_id']) ); |