aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-31 20:58:05 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-31 20:58:05 -0700
commit039f56f390c69ad0aedadcca3d611fea0d9eebf9 (patch)
tree757f0ce289961e3efa2441a9a625872aa34b3815 /include
parentb4cbb3aeb1b7b383966bd8ca36d8a2f2fa608f0b (diff)
downloadvolse-hubzilla-039f56f390c69ad0aedadcca3d611fea0d9eebf9.tar.gz
volse-hubzilla-039f56f390c69ad0aedadcca3d611fea0d9eebf9.tar.bz2
volse-hubzilla-039f56f390c69ad0aedadcca3d611fea0d9eebf9.zip
mostly doc tweaks, some import/export work
Diffstat (limited to 'include')
-rw-r--r--include/identity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php
index 89589802f..cc2a37cc7 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -565,7 +565,7 @@ function identity_basic_export($channel_id, $items = false) {
if(! $items)
return $ret;
- $r = q("select likes.*, item.mid from likes left join item on likes.iid = item.id where likes.channel_id = %d",
+ $r = q("select * from likes where channel_id = %d",
intval($channel_id)
);