add PT-Gen api point setting

This commit is contained in:
xiaomlove
2021-01-19 17:35:05 +08:00
parent 84cf49ec40
commit a5eaad9036
39 changed files with 66 additions and 6977 deletions
+1 -1
View File
@@ -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).")";