From 59ee045c2467010dab4c24dba96022ecda783b5e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 3 May 2019 09:01:53 +0200 Subject: parent -> id --- include/connections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/connections.php b/include/connections.php index 6382250d5..533c5be39 100644 --- a/include/connections.php +++ b/include/connections.php @@ -384,7 +384,7 @@ function contact_remove($channel_id, $abook_id) { // if this isn't the parent, see if the conversation was retained if($rr['id'] != $rr['parent']) { - $w = q("select id from item where parent = %d and item_retained = 0", + $w = q("select id from item where id = %d and item_retained = 0", intval($rr['parent']) ); if($w) { -- cgit v1.2.3