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. --- month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'month.php') diff --git a/month.php b/month.php index 090291c..8afbee9 100644 --- a/month.php +++ b/month.php @@ -180,7 +180,7 @@ echo "\n"; echo "\n"; } - $sunday = ($sunday + (24.5 * 60 * 60)); + $sunday = strtotime("+1 day", $sunday); $i++; if ($i == 7) { echo "\n"; -- cgit v1.2.3