From: friendica Date: Wed, 13 Jun 2012 04:39:39 +0000 (-0700) Subject: that was it X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bbdb8751e5c17db3ebdfb67dd363a65150df1e62;p=friendica.git that was it --- 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;