diff options
-rw-r--r-- | include/connections.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |