Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23991/phpicalendar/functions
Modified Files:
init.inc.php
Log Message:
Turn off 32 to sp subst
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** init.inc.php 18 May 2007 19:00:16 -0000 1.108
--- init.inc.php 18 May 2007 22:22:10 -0000 1.109
***************
*** 197,201 ****
// Pull the display name off the URL.
! $cal_displaynames[] = substr(str_replace('32', ' ', basename($web_cal)), 0, -4);
// FIXME
--- 197,202 ----
// Pull the display name off the URL.
! # $cal_displaynames[] = substr(str_replace('32', ' ', basename($web_cal)), 0, -4);
! $cal_displaynames[] = substr(basename($web_cal), 0, -4);
// FIXME
|