that was it
This commit is contained in:
parent
82ad881c85
commit
bbdb8751e5
1 changed files with 1 additions and 1 deletions
|
@ -3401,7 +3401,7 @@ function first_post_date($uid,$wall = false) {
|
||||||
intval($wall ? 1 : 0)
|
intval($wall ? 1 : 0)
|
||||||
);
|
);
|
||||||
if(count($r)) {
|
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 substr($r[0]['created'],0,10);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue