[Netoffice-cvs-2x] netoffice-2.x/includes library.php,1.16,1.17
PXell - Online project management.
Brought to you by:
trilexcom
From: Scott M. <ma...@us...> - 2005-06-12 15:43:09
|
Update of /cvsroot/netoffice/netoffice-2.x/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6429/includes Modified Files: library.php Log Message: Index: library.php =================================================================== RCS file: /cvsroot/netoffice/netoffice-2.x/includes/library.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** library.php 11 Jun 2005 19:30:41 -0000 1.16 --- library.php 12 Jun 2005 15:43:00 -0000 1.17 *************** *** 27,31 **** */ error_reporting(E_ALL & ~E_NOTICE); ! require_once('../includes/error_handler.php'); --- 27,31 ---- */ error_reporting(E_ALL & ~E_NOTICE); ! require_once(dirname(__FILE__) . '/error_handler.php'); |