CVS: phpweather test.php,1.1,1.2
Brought to you by:
iridium
From: Max H. <ir...@us...> - 2002-03-24 16:43:28
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv25439 Modified Files: test.php Log Message: Might as well get it right *sigh* Index: test.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/test.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- test.php 24 Mar 2002 16:40:41 -0000 1.1 +++ test.php 24 Mar 2002 16:43:24 -0000 1.2 @@ -9,9 +9,6 @@ <?php error_reporting(E_ERROR); -/* Checkpoint, we store the time */ -$time[] = array(microtime(), 'start'); - require('phpweather.php'); require('pw_utilities.php'); |