Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv667/functions
Modified Files:
init.inc.php
Log Message:
Added translations to login
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** init.inc.php 25 Nov 2003 15:59:27 -0000 1.50
--- init.inc.php 25 Nov 2003 21:50:13 -0000 1.51
***************
*** 7,11 ****
// uncomment when developing, comment for shipping version
! // error_reporting (E_ERROR | E_WARNING);
// Older versions of PHP do not define $_SERVER. Define it here instead.
--- 7,11 ----
// uncomment when developing, comment for shipping version
! error_reporting (E_ERROR | E_WARNING);
// Older versions of PHP do not define $_SERVER. Define it here instead.
|