diff --git a/phpBB/adm/admin_users.php b/phpBB/adm/admin_users.php index cf5186c45b..f777c36d23 100644 --- a/phpBB/adm/admin_users.php +++ b/phpBB/adm/admin_users.php @@ -1949,7 +1949,7 @@ function marklist(match, status)  format_date($row['filetime'], $user->lang['DATE_FORMAT']); ?>  = 1048576) ? (round($row['filesize'] / 1048576 * 100) / 100) . ' ' . $user->lang['MB'] : (($row['filesize'] >= 1024) ? (round($row['filesize'] / 1024 * 100) / 100) . ' ' . $user->lang['KB'] : $row['filesize'] . ' ' . $user->lang['BYTES']); ?> - +