diff options
-rw-r--r-- | include/identity.php | 1 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 1 insertions, 2 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) ); diff --git a/version.inc b/version.inc index cafba0e02..bfff44914 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-08-31.1141 +2015-09-01.1142 |