[Openfirst-cvscommit] members/phpicalendar config.inc.php,1.2,1.3
Brought to you by:
xtimg
From: <xt...@us...> - 2004-02-08 14:40:58
|
Update of /cvsroot/openfirst/members/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27513 Modified Files: config.inc.php Log Message: Work around all discovered PHP iCalendar bugs. This is due to the forth-coming version of PHP iCalendar being a nearly-complete rewrite which will likely include all warning fixes. Bug IDs #56, 57, 69, 71, 72, 73 are worked around. Index: config.inc.php =================================================================== RCS file: /cvsroot/openfirst/members/phpicalendar/config.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.inc.php 21 Dec 2003 23:17:20 -0000 1.2 --- config.inc.php 8 Feb 2004 14:36:14 -0000 1.3 *************** *** 26,29 **** --- 26,41 ---- } + /* + * This is only temporary for this version of PHP iCalendar + * (1.0). Future versions will include my own fixes for + * the numerous warnings and issues. The reason for this + * existing is to eliminate the errors which are displayed + * allowing users to use the existing version of PHP iCalendar + * without distractions and to allow the release of the members + * module at some time prior to the release of PHP iCalendar 2. + */ + restore_error_handler(); + error_reporting(0); + // Configuration file for PHP iCalendar 1.0 // |