mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 05:55:15 +02:00
Blah..
git-svn-id: file:///svn/phpbb/trunk@737 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ce582a0037
commit
1c40aef060
@ -88,7 +88,7 @@ if ($avatar_dir = opendir($phpbb_root_path . $board_config['avatar_path']))
|
||||
}
|
||||
if($avatar_dir_size > 0)
|
||||
{
|
||||
$avatar_dir_size /= 1024;
|
||||
$avatar_dir_size = sprintf("%.2f", $avatar_dir_size / 1024);
|
||||
}
|
||||
|
||||
if($posts_per_day > $total_posts)
|
||||
|
Loading…
x
Reference in New Issue
Block a user