From b2b80439dfb4078a003b0a768c634b50759ddcb0 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 12 Oct 2007 06:41:33 +0000 Subject: deal with various unset variable warning situations --- month.php | 1 + 1 file changed, 1 insertion(+) (limited to 'month.php') diff --git a/month.php b/month.php index bd6152a..f817a0b 100644 --- a/month.php +++ b/month.php @@ -12,6 +12,7 @@ $today_today = date('Ymd', time() + $second_offset); $tomorrows_date = date('Ymd', strtotime("+1 day", $unix_time)); $yesterdays_date = date('Ymd', strtotime("-1 day", $unix_time)); $sidebar_date = localizeDate($dateFormat_week_list, $unix_time); +if (!isset($style_select)) $style_select = ''; // find out next month $next_month_month = ($this_month+1 == '13') ? '1' : ($this_month+1); -- cgit v1.2.3