From edfac56f9d97c1754bb05c60bbc723fee7839fc8 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 20 Mar 2006 01:08:29 +0000 Subject: Display real calendar names where possible --- functions/init.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/init.inc.php') diff --git a/functions/init.inc.php b/functions/init.inc.php index 58be0ad..d22ba78 100644 --- a/functions/init.inc.php +++ b/functions/init.inc.php @@ -105,7 +105,7 @@ if (isset($_GET['cal'])) { $_GET['cal'] = explode(',', $_GET['cal']); // Grab the calendar filenames off the cal value array. - $cal_filenames = array_map("urldecode", $_GET['cal']); + $cal_filenames = $_GET['cal']; } else { if (isset($default_cal_check)) { if ($default_cal_check != $ALL_CALENDARS_COMBINED) { -- cgit v1.2.3