1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/7707] Add comma to last entry of arrays

PHPBB3-7707
This commit is contained in:
Oliver Schramm
2014-04-01 22:03:59 +02:00
parent 825077073b
commit 908057301c
2 changed files with 4 additions and 4 deletions

View File

@@ -1569,8 +1569,8 @@ switch ($mode)
'S_CUSTOM_PROFILE' => (isset($cp_row['row']) && sizeof($cp_row['row'])) ? true : false,
'S_GROUP_LEADER' => $is_leader,
'U_VIEW_PROFILE' => get_username_string('profile', $user_id, $row['username']))
);
'U_VIEW_PROFILE' => get_username_string('profile', $user_id, $row['username']),
));
if (isset($cp_row['row']) && sizeof($cp_row['row']))
{