From 73b224f34b3aa5892c0d9ac79d34c1a95155166e Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 18 May 2007 19:00:16 +0000 Subject: month and year location display bugs --- functions/init.inc.php | 2 +- functions/template.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'functions') diff --git a/functions/init.inc.php b/functions/init.inc.php index 619dfa5..374b0ec 100644 --- a/functions/init.inc.php +++ b/functions/init.inc.php @@ -1,5 +1,5 @@ '; } } - $switch['EVENT'] .= (isset($val['location'])) ? "".$val['location']."" : ''; + $switch['LOCATION'] = (isset($val['location'])) ? "".$val['location']."" : ''; } } } -- cgit v1.2.3