From 9afcd825239061f601b7600a4dcd23f31a2df7a6 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 25 Mar 2010 22:11:19 +0000 Subject: [PATCH] Oops revert part of the last commit - that wasnt supposed to be there --- admin/judges_scheduler_status.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/admin/judges_scheduler_status.php b/admin/judges_scheduler_status.php index c44955a..f6a8016 100644 --- a/admin/judges_scheduler_status.php +++ b/admin/judges_scheduler_status.php @@ -117,9 +117,7 @@ function format_duration(seconds) { output+=minutes+' minute'+pl+' '; } if(s>1) pl='s'; else pl=''; - - if(!s) - output+='Unknown'; + output+=s+' second'+pl return output; }