aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
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;