aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php
index 8d6a65cad..9ff5af4fe 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -565,7 +565,6 @@ function identity_basic_export($channel_id, $items = false) {
if(! $items)
return $ret;
-
$r = q("select * from likes where channel_id = %d",
intval($channel_id)
);