aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.php
diff options
context:
space:
mode:
Diffstat (limited to 'detail.php')
-rw-r--r--detail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/detail.php b/detail.php
index 08b0eeb..e10fae3 100644
--- a/detail.php
+++ b/detail.php
@@ -27,7 +27,7 @@ printf('<h2><a href="%s">%s</a></h2>'."\n",
27 27
28$term = array( 28$term = array(
29 '2hour' => 3600*2, 29 '2hour' => 3600*2,
30 '6hour' => 3600*6, 30 '8hour' => 3600*8,
31 'day' => 86400, 31 'day' => 86400,
32 'week' => 86400*7, 32 'week' => 86400*7,
33 'month' => 86400*31, 33 'month' => 86400*31,