From f40a1c8cb8c2782569ba646b39a27675d145de25 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 20 Jul 2011 16:06:58 +0200 Subject: [PATCH] fixed file size color calculation --- files/templates/part.list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/part.list.php b/files/templates/part.list.php index 14a359fe668..d717f288851 100644 --- a/files/templates/part.list.php +++ b/files/templates/part.list.php @@ -1,6 +1,6 @@ + $simple_size_color = 200-intval(pow(($file['size']/(1024*1024)),2)); ?> -- 2.39.5