From 5b1c3e027de976340f2b1858a8bc0ca2eb3c7590 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Tue, 22 Oct 2002 02:32:49 +0000 Subject: Fixed Double Sundays around the site. --- year.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'year.php') diff --git a/year.php b/year.php index 48a049f..56ce445 100644 --- a/year.php +++ b/year.php @@ -142,7 +142,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time); echo '' . "\n"; echo '' . $day . '' . "\n"; } - $start_day = ($start_day + (24.5 * 60 * 60)); + $start_day = strtotime("+1 day", $start_day); $i++; $image1 = ''; $image2 = ''; -- cgit v1.2.3