diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-02-21 14:55:41 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-02-21 14:55:41 +0000 |
commit | b0b35202e0db5e93055ce7cc178e1657634766d1 (patch) | |
tree | 0ecfd57c4b60fcfb1f0f99d61e8c14a7f6ca2086 /index.php | |
parent | 3c3129c50c9beb6362651fec18e32c200906ba8f (diff) | |
download | pkgsubmit-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |