aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php
index d7c5a2511..2d0231bba 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -2549,7 +2549,7 @@ function channel_remove($channel_id, $local = true, $unset_session = false) {
}
- $r = q("select * from iconfig left join item on item.id = iconfig.iid
+ $r = q("select iid from iconfig left join item on item.id = iconfig.iid
where item.uid = %d",
intval($channel_id)
);