Oops revert part of the last commit - that wasnt supposed to be there

This commit is contained in:
james 2010-03-25 22:11:19 +00:00
parent 096287908d
commit 9afcd82523

View File

@ -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;
}