aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-18 22:22:10 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-18 22:22:10 +0000
commit1d7d884d312ac97f7132346bfae7e79eb9857d10 (patch)
treed101ab2f0752f1098bb504b3532e8ee6f694ba36 /functions/init.inc.php
parent5a25e8901aa2931e26098f03eb8f97a80c2f2677 (diff)
downloadphpicalendar-1d7d884d312ac97f7132346bfae7e79eb9857d10.tar.gz
phpicalendar-1d7d884d312ac97f7132346bfae7e79eb9857d10.tar.bz2
phpicalendar-1d7d884d312ac97f7132346bfae7e79eb9857d10.zip
Turn off 32 to sp subst
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index 374b0ec..90c2fad 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -196,7 +196,8 @@ foreach ($web_cals as $web_cal) {
}
// Pull the display name off the URL.
- $cal_displaynames[] = substr(str_replace('32', ' ', basename($web_cal)), 0, -4);
+# $cal_displaynames[] = substr(str_replace('32', ' ', basename($web_cal)), 0, -4);
+ $cal_displaynames[] = substr(basename($web_cal), 0, -4);
// FIXME
$cals[] = urlencode($web_cal);

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