diff options
author | friendica <info@friendica.com> | 2012-06-12 21:39:39 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-12 21:39:39 -0700 |
commit | bbdb8751e5c17db3ebdfb67dd363a65150df1e62 (patch) | |
tree | 0ff45b54d6d49bc1200155cb09339c7e831ec720 /include | |
parent | 82ad881c853a96b540ca8eebc16b68661a2bbdef (diff) | |
download | volse-hubzilla-bbdb8751e5c17db3ebdfb67dd363a65150df1e62.tar.gz volse-hubzilla-bbdb8751e5c17db3ebdfb67dd363a65150df1e62.tar.bz2 volse-hubzilla-bbdb8751e5c17db3ebdfb67dd363a65150df1e62.zip |
that was it
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 6f2e19f6a..2a0a9a426 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; |