From e1600cd31f8d528a7256d1e6b6ab1897673cb426 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 27 Feb 2004 12:33:22 +0000 Subject: [PATCH] value in wrong place git-svn-id: file:///svn/phpbb/trunk@4842 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/admin_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); ?> - +