|
From: <ji...@us...> - 2005-11-30 16:48:01
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31715/phpicalendar/functions Modified Files: calendar_functions.php Log Message: revert change in calendar_functions. Index: calendar_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/calendar_functions.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** calendar_functions.php 29 Nov 2005 08:35:48 -0000 1.17 --- calendar_functions.php 30 Nov 2005 16:47:53 -0000 1.18 *************** *** 197,201 **** // At this point, just pull the name off the file. ! return basename($cal_path,".ics"); } --- 197,201 ---- // At this point, just pull the name off the file. ! return substr(basename($cal_path),0,4); } |