From: <ji...@us...> - 2005-09-07 03:41:26
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27276/phpicalendar/functions Modified Files: template.php Log Message: Fix [ 1283135 ] Link on Results partly broken by adding line to template.php; add cpath to other files Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** template.php 16 May 2005 19:15:00 -0000 1.72 --- template.php 7 Sep 2005 03:41:18 -0000 1.73 *************** *** 214,217 **** --- 214,218 ---- + $some_events = str_replace('{KEY}', $val['date'], $some_events); $some_events = str_replace('{DAYOFMONTH}', $dayofmonth, $some_events); $final .= $day_tmp.$some_events; |