mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
5bea0a276b
commit
aaebc85a7a
@ -1037,8 +1037,8 @@ else
|
|||||||
'ROW_CLASS' => $row_class,
|
'ROW_CLASS' => $row_class,
|
||||||
'USER' => profile_url($rowset[$i]),
|
'USER' => profile_url($rowset[$i]),
|
||||||
'EMAIL' => $rowset[$i]['user_email'],
|
'EMAIL' => $rowset[$i]['user_email'],
|
||||||
'JOINDATE' => $rowset[$i]['user_regdate'] ? bb_date($rowset[$i]['user_regdate'], $bb_cfg['reg_date_format']) : $lang['NEVER'],
|
'JOINDATE' => bb_date($rowset[$i]['user_regdate'], $bb_cfg['reg_date_format']),
|
||||||
'LASTVISIT' => $rowset[$i]['user_lastvisit'] ? bb_date($rowset[$i]['user_lastvisit'], $bb_cfg['last_visit_date_format']) : $lang['NEVER'],
|
'LASTVISIT' => bb_date($rowset[$i]['user_lastvisit'], $bb_cfg['last_visit_date_format']),
|
||||||
'POSTS' => $rowset[$i]['user_posts'],
|
'POSTS' => $rowset[$i]['user_posts'],
|
||||||
'BAN' => ( ( !isset($banned[$rowset[$i]['user_id']]) ) ? $lang['NOT_BANNED'] : $lang['BANNED'] ),
|
'BAN' => ( ( !isset($banned[$rowset[$i]['user_id']]) ) ? $lang['NOT_BANNED'] : $lang['BANNED'] ),
|
||||||
'ABLED' => ( ( $rowset[$i]['user_active'] ) ? $lang['ENABLED'] : $lang['DISABLED'] ),
|
'ABLED' => ( ( $rowset[$i]['user_active'] ) ? $lang['ENABLED'] : $lang['DISABLED'] ),
|
||||||
|
Loading…
Reference in New Issue
Block a user