From b8fc4e4cb1d3a574a8a624fa5a357c005fe73ac4 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Tue, 3 Feb 2004 06:22:29 +0000 Subject: Updates and initial wiring of day.tpl and day.php. --- month.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'month.php') diff --git a/month.php b/month.php index 2ae91a5..0a9c200 100644 --- a/month.php +++ b/month.php @@ -12,8 +12,8 @@ $this_year = $day_array2[1]; $unix_time = strtotime($getdate); $today_today = date('Ymd', strtotime("now + $second_offset seconds")); -$tomorrows_date = date( "Ymd", strtotime("+1 day", $unix_time)); -$yesterdays_date = date( "Ymd", strtotime("-1 day", $unix_time)); +$tomorrows_date = date('Ymd', strtotime("+1 day", $unix_time)); +$yesterdays_date = date('Ymd', strtotime("-1 day", $unix_time)); // find out next month $next_month_month = ($this_month+1 == '13') ? '1' : ($this_month+1); -- cgit v1.2.3