From b9cd5f60492b7aa8e22dda7d784a45a3657ae173 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 11 Oct 2009 11:57:06 +0200 Subject: change 6 hour link on detail page to 8 hour --- detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'detail.php') diff --git a/detail.php b/detail.php index 08b0eeb..e10fae3 100644 --- a/detail.php +++ b/detail.php @@ -27,7 +27,7 @@ printf('

%s

'."\n", $term = array( '2hour' => 3600*2, - '6hour' => 3600*6, + '8hour' => 3600*8, 'day' => 86400, 'week' => 86400*7, 'month' => 86400*31, -- cgit v1.1