diff options
| author | geetakshi <geetakshi.19@gmail.com> | 2014-03-17 21:08:03 +0530 |
|---|---|---|
| committer | geetakshi <geetakshi.19@gmail.com> | 2014-03-17 21:08:03 +0530 |
| commit | 66ed9881dfb143dc0d430132cf351f64ecc73bcb (patch) | |
| tree | 689b35e01a20db8c8cb4d0c2cb7b3366639e3951 /phpBB/memberlist.php | |
| parent | 6a1967514d09c14fa1cada7ff8ef0c925f3072a0 (diff) | |
| download | forums-66ed9881dfb143dc0d430132cf351f64ecc73bcb.tar forums-66ed9881dfb143dc0d430132cf351f64ecc73bcb.tar.gz forums-66ed9881dfb143dc0d430132cf351f64ecc73bcb.tar.bz2 forums-66ed9881dfb143dc0d430132cf351f64ecc73bcb.tar.xz forums-66ed9881dfb143dc0d430132cf351f64ecc73bcb.zip | |
[ticket/8309] Removing key with similar function to avoid redundancy
PHPBB3-8309
Diffstat (limited to 'phpBB/memberlist.php')
| -rw-r--r-- | phpBB/memberlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 9f0ac93545..c980daff21 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -1703,7 +1703,7 @@ function show_profile($data, $user_notes_enabled = false, $warn_user_enabled = f 'AGE' => $age, 'RANK_TITLE' => $rank_title, 'JOINED' => $user->format_date($data['user_regdate']), - 'LAST_ACTIVITY' => (empty($last_activity)) ? ' - ' : $user->format_date($last_activity), + 'LAST_ACTIVE' => (empty($last_activity)) ? ' - ' : $user->format_date($last_activity), 'POSTS' => ($data['user_posts']) ? $data['user_posts'] : 0, 'WARNINGS' => isset($data['user_warnings']) ? $data['user_warnings'] : 0, |
