From: <ji...@us...> - 2006-04-10 02:21:12
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11065/rss Modified Files: index.php Log Message: encode version number in init.inc.php Index: index.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/index.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** index.php 5 Apr 2006 04:59:20 -0000 1.42 --- index.php 10 Apr 2006 02:21:07 -0000 1.43 *************** *** 75,78 **** --- 75,79 ---- $page->replace_tags(array( + 'version' => $phpicalendar_version, 'default_path' => $default_path.'/', 'template' => $template, |