aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-10-08 20:56:20 -0700
committerzotlabs <mike@macgirvin.com>2018-10-08 20:56:20 -0700
commit2c797807cd63850055fc65e445a605aee106530a (patch)
tree76569f0437840b12e72bab53b9517282c447bcb1 /include/channel.php
parent69584f541d052e6da410d9cd782656eb31fae22d (diff)
downloadvolse-hubzilla-2c797807cd63850055fc65e445a605aee106530a.tar.gz
volse-hubzilla-2c797807cd63850055fc65e445a605aee106530a.tar.bz2
volse-hubzilla-2c797807cd63850055fc65e445a605aee106530a.zip
whitespace
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php3
1 files changed, 0 insertions, 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'])
);