From 2c797807cd63850055fc65e445a605aee106530a Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 8 Oct 2018 20:56:20 -0700 Subject: whitespace --- include/channel.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/channel.php b/include/channel.php index 6a934cb82..22cdb9fe7 100644 --- a/include/channel.php +++ b/include/channel.php @@ -2602,8 +2602,6 @@ function channel_remove($channel_id, $local = true, $unset_session = false) { } } - - $r = q("select id from item where uid = %d", intval($channel_id)); if($r) { foreach($r as $rv) { @@ -2611,7 +2609,6 @@ function channel_remove($channel_id, $local = true, $unset_session = false) { } } - q("delete from abook where abook_xchan = '%s' and abook_self = 1 ", dbesc($channel['channel_hash']) ); -- cgit v1.2.3