mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add PT-Gen api point setting
This commit is contained in:
+1
-1
@@ -834,7 +834,7 @@ usercpmenu ();
|
||||
$commentcount = get_row_count("comments", "WHERE user=" . sqlesc($CURUSER["id"]));
|
||||
|
||||
//Join Date
|
||||
if ($CURUSER['added'] == "0000-00-00 00:00:00")
|
||||
if ($CURUSER['added'] == "0000-00-00 00:00:00" || $CURUSER['added'] == null)
|
||||
$joindate = 'N/A';
|
||||
else
|
||||
$joindate = $CURUSER['added']." (" . gettime($CURUSER['added'],true,false,true).")";
|
||||
|
||||
Reference in New Issue
Block a user