summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-02-21 14:55:41 +0000
committerPascal Terjan <pterjan@mageia.org>2012-02-21 14:55:41 +0000
commitb0b35202e0db5e93055ce7cc178e1657634766d1 (patch)
tree0ecfd57c4b60fcfb1f0f99d61e8c14a7f6ca2086 /index.php
parent3c3129c50c9beb6362651fec18e32c200906ba8f (diff)
downloadpkgsubmit-b0b35202e0db5e93055ce7cc178e1657634766d1.tar
pkgsubmit-b0b35202e0db5e93055ce7cc178e1657634766d1.tar.gz
pkgsubmit-b0b35202e0db5e93055ce7cc178e1657634766d1.tar.bz2
pkgsubmit-b0b35202e0db5e93055ce7cc178e1657634766d1.tar.xz
pkgsubmit-b0b35202e0db5e93055ce7cc178e1657634766d1.zip
Fix typo
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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])