diff options
author | marijus <mario@mariovavti.com> | 2014-10-25 15:23:20 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-25 15:23:20 +0200 |
commit | 6497e78956825dc845eb8a998369154c4d823a95 (patch) | |
tree | 7969b4f1105661ee7d81ea3eb8447386e7e43514 /mod/like.php | |
parent | 59e19a1f45a3502559dd1df33c453aa2f99cb995 (diff) | |
download | volse-hubzilla-6497e78956825dc845eb8a998369154c4d823a95.tar.gz volse-hubzilla-6497e78956825dc845eb8a998369154c4d823a95.tar.bz2 volse-hubzilla-6497e78956825dc845eb8a998369154c4d823a95.zip |
some work on photos like/dislike
Diffstat (limited to 'mod/like.php')
-rwxr-xr-x | mod/like.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/like.php b/mod/like.php index 916faf230..d17a42129 100755 --- a/mod/like.php +++ b/mod/like.php @@ -213,7 +213,6 @@ function like_content(&$a) { logger('like: verb ' . $verb . ' item ' . $item_id, LOGGER_DEBUG); - $r = q("SELECT * FROM item WHERE id = %d and item_restrict = 0 LIMIT 1", dbesc($item_id) ); |