aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-12 21:39:39 -0700
committerfriendica <info@friendica.com>2012-06-12 21:39:39 -0700
commitbbdb8751e5c17db3ebdfb67dd363a65150df1e62 (patch)
tree0ff45b54d6d49bc1200155cb09339c7e831ec720 /include/items.php
parent82ad881c853a96b540ca8eebc16b68661a2bbdef (diff)
downloadvolse-hubzilla-bbdb8751e5c17db3ebdfb67dd363a65150df1e62.tar.gz
volse-hubzilla-bbdb8751e5c17db3ebdfb67dd363a65150df1e62.tar.bz2
volse-hubzilla-bbdb8751e5c17db3ebdfb67dd363a65150df1e62.zip
that was it
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
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;