aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.php
diff options
context:
space:
mode:
authorPim van den Berg2009-10-11 11:57:06 +0200
committerPim van den Berg2009-10-11 11:57:06 +0200
commitb9cd5f60492b7aa8e22dda7d784a45a3657ae173 (patch)
tree684af4e616c72ca5106afa3b418adf3d059d6ac2 /detail.php
parentdynamic title (diff)
downloadapt-panopticon_cgp-b9cd5f60492b7aa8e22dda7d784a45a3657ae173.zip
apt-panopticon_cgp-b9cd5f60492b7aa8e22dda7d784a45a3657ae173.tar.gz
apt-panopticon_cgp-b9cd5f60492b7aa8e22dda7d784a45a3657ae173.tar.bz2
apt-panopticon_cgp-b9cd5f60492b7aa8e22dda7d784a45a3657ae173.tar.xz
change 6 hour link on detail page to 8 hour
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,