Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3227/functions
Modified Files:
init.inc.php
Log Message:
Odd workaround.
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** init.inc.php 7 Aug 2004 06:36:49 -0000 1.63
--- init.inc.php 16 Aug 2004 18:33:46 -0000 1.64
***************
*** 52,55 ****
--- 52,56 ----
if (file_exists(realpath($lang_file))) {
+ unset($lang);
include($lang_file);
} else {
|