]> git.mxchange.org Git - friendica.git/commitdiff
that was it
authorfriendica <info@friendica.com>
Wed, 13 Jun 2012 04:39:39 +0000 (21:39 -0700)
committerfriendica <info@friendica.com>
Wed, 13 Jun 2012 04:39:39 +0000 (21:39 -0700)
include/items.php

index 6f2e19f6a7dc08c2bfc98f34548beffc4dc40011..2a0a9a426817e6bcee7c0062dd4e1e44d824ca4a 100755 (executable)
@@ -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;