From b0b35202e0db5e93055ce7cc178e1657634766d1 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 21 Feb 2012 14:55:41 +0000 Subject: Fix typo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index c6313e9..a9163b2 100644 --- a/index.php +++ b/index.php @@ -470,7 +470,7 @@ if ($total > 0) { if ($a[1] == 'hour' || $a[1] == 'hours') $a[0] *= 3600; - if ($b[1] == 'hour' || $a[1] == 'hours') + if ($b[1] == 'hour' || $b[1] == 'hours') $b[0] *= 3600; if ($a[0] > $b[0]) -- cgit v1.2.1