provide any single year of exported items

This commit is contained in:
redmatrix
2015-07-16 20:20:42 -07:00
parent 4299ae65a4
commit 3c60a0c22c
3 changed files with 48 additions and 6 deletions

View File

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