aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-03-20 01:08:29 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-03-20 01:08:29 +0000
commitedfac56f9d97c1754bb05c60bbc723fee7839fc8 (patch)
tree18719e21fbb15d4678422c49efe3af1a61080848 /functions/init.inc.php
parentc35649f1127a646c662a21a069c2031f24a772bd (diff)
downloadphpicalendar-edfac56f9d97c1754bb05c60bbc723fee7839fc8.tar.gz
phpicalendar-edfac56f9d97c1754bb05c60bbc723fee7839fc8.tar.bz2
phpicalendar-edfac56f9d97c1754bb05c60bbc723fee7839fc8.zip
Display real calendar names where possible
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php2
1 files changed, 1 insertions, 1 deletions
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) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy