[GRASSweb-list] markus: web pear.php,1.1,1.2

grass at intevation.de grass at intevation.de
Wed Nov 8 02:57:59 EST 2006


Author: markus

Update of /grassrepository/web
In directory doto:/tmp/cvs-serv7905

Modified Files:
	pear.php 
Log Message:
PHP fix

Index: pear.php
===================================================================
RCS file: /grassrepository/web/pear.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pear.php	31 Oct 2006 22:25:18 -0000	1.1
+++ pear.php	8 Nov 2006 07:57:57 -0000	1.2
@@ -59,7 +59,7 @@
 $GLOBALS['_PEAR_shutdown_funcs']         = array();
 $GLOBALS['_PEAR_error_handler_stack']    = array();
 
-ini_set('track_errors', true);
+ini_set('track_errors', 'true');
 
 /**
  * Base class for other PEAR classes.  Provides rudimentary





More information about the grass-web mailing list