mostly doc tweaks, some import/export work

This commit is contained in:
redmatrix
2015-08-31 20:58:05 -07:00
parent b4cbb3aeb1
commit 039f56f390
5 changed files with 23 additions and 28 deletions

View File

@@ -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)
);