From 1d7d884d312ac97f7132346bfae7e79eb9857d10 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 18 May 2007 22:22:10 +0000 Subject: Turn off 32 to sp subst --- functions/init.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions') 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); -- cgit v1.2.3