This commit is contained in:
zotlabs
2016-10-21 21:44:15 -07:00
parent aa9fef7778
commit c5dcac4dbb
2 changed files with 2 additions and 2 deletions

View File

@@ -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'])
);