From 8a750c3e875d590d351c3042570a134fcdf03e5d Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Sat, 26 Jan 2013 02:36:58 -0500 Subject: Move [un]format_bytes() from general.lib.php to UI --- templates/show_random.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/show_random.inc.php b/templates/show_random.inc.php index 58abec32..07df7a72 100644 --- a/templates/show_random.inc.php +++ b/templates/show_random.inc.php @@ -89,7 +89,7 @@ echo "\t\t\t" . '\n"; + UI::format_bytes($i * 1048576) . "\n"; } ?> -- cgit