aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-16 20:20:42 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-16 20:20:42 -0700
commit3c60a0c22cc7945d8298a76d9dc2e30c1b2fb3c3 (patch)
treeda39e7c9dda2e1c210f014b58b61b95c81f6d38f /include/items.php
parent4299ae65a4ec406bbd932e0948197c5127a57b3b (diff)
downloadvolse-hubzilla-3c60a0c22cc7945d8298a76d9dc2e30c1b2fb3c3.tar.gz
volse-hubzilla-3c60a0c22cc7945d8298a76d9dc2e30c1b2fb3c3.tar.bz2
volse-hubzilla-3c60a0c22cc7945d8298a76d9dc2e30c1b2fb3c3.zip
provide any single year of exported items
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index c067d3c1e..b1a0dacdf 100755
--- a/include/items.php
+++ b/include/items.php
@@ -4389,7 +4389,6 @@ function first_post_date($uid,$wall = false) {
$r = q("select id, created from item
where uid = %d and id = parent $item_normal $wall_sql
order by created asc limit 1",
- intval(ITEM_VISIBLE),
intval($uid)
);