From: <ji...@us...> - 2006-04-10 02:21:11
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11065/functions Modified Files: init.inc.php Log Message: encode version number in init.inc.php Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.96 retrieving revision 1.97 diff -C2 -d -r1.96 -r1.97 *** init.inc.php 5 Apr 2006 04:53:10 -0000 1.96 --- init.inc.php 10 Apr 2006 02:21:07 -0000 1.97 *************** *** 1,4 **** <?php ! // uncomment when developing, comment for shipping version //error_reporting (E_ERROR | E_WARNING | E_PARSE); --- 1,4 ---- <?php ! $phpicalendar_version = '2.22'; // uncomment when developing, comment for shipping version //error_reporting (E_ERROR | E_WARNING | E_PARSE); |