From: <ji...@us...> - 2005-12-02 17:25:19
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7510/phpicalendar/functions Modified Files: calendar_functions.php Log Message: fix typo in last revert..need the minus sign Index: calendar_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/calendar_functions.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** calendar_functions.php 30 Nov 2005 16:47:53 -0000 1.18 --- calendar_functions.php 2 Dec 2005 17:25:08 -0000 1.19 *************** *** 197,201 **** // At this point, just pull the name off the file. ! return substr(basename($cal_path),0,4); } --- 197,201 ---- // At this point, just pull the name off the file. ! return substr(basename($cal_path),0,-4); } |