From bbdb8751e5c17db3ebdfb67dd363a65150df1e62 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 12 Jun 2012 21:39:39 -0700 Subject: [PATCH] that was it --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index 6f2e19f6a7..2a0a9a4268 100755 --- a/include/items.php +++ b/include/items.php @@ -3401,7 +3401,7 @@ function first_post_date($uid,$wall = false) { intval($wall ? 1 : 0) ); if(count($r)) { - logger('first_post_date: ' . $r[0]['id'] . ' ' . $r[0]['created'], LOGGER_DATA); +// logger('first_post_date: ' . $r[0]['id'] . ' ' . $r[0]['created'], LOGGER_DATA); return substr($r[0]['created'],0,10); } return false;