Update of /cvsroot/phpweather/phpweather
In directory sc8-pr-cvs1:/tmp/cvs-serv24338
Modified Files:
index.php
Log Message:
I really think we should give this all it can take, so that we catch
undefined variables... remember, the index.php page is only for
demonstration purposes.
Index: index.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/index.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- index.php 7 Oct 2003 22:31:54 -0000 1.41
+++ index.php 3 Jan 2004 18:38:07 -0000 1.42
@@ -1,5 +1,5 @@
<?php
-error_reporting(E_ERROR);
+error_reporting(E_ALL);
/* We store the time */
$start_time = explode(' ', microtime());
|