From 64fb3786bbe81bc72099f154c59c9c7fefcbd2c9 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 13 Aug 2008 03:36:29 +0000 Subject: good number of changes to browse, this breaks more then it fixes... --- lib/general.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/general.lib.php') diff --git a/lib/general.lib.php b/lib/general.lib.php index a95b6b82..d09be316 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -422,8 +422,8 @@ function get_languages() { /** * format_time * This formats seconds into minutes:seconds + * //FIXME This should be removed, no reason for it! */ - function format_time($seconds) { return sprintf ("%d:%02d", $seconds/60, $seconds % 60); -- cgit