Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv321
Modified Files:
index.php
Log Message:
I've removed some of the properties, so that the defaults kick-in
instead.
Index: index.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- index.php 2001/04/27 19:14:53 1.8
+++ index.php 2001/05/19 16:24:00 1.9
@@ -9,7 +9,6 @@
<?php
error_reporting(E_ALL);
-
/* Checkpoint, we store the time */
$time[] = array(microtime(), 'start');
@@ -21,15 +20,11 @@
//define('DEBUG', true);
-$properties = array('station' => '_AA_', // A non-existing station.
- 'mark_begin' => '<font color="blue">',
- 'mark_end' => '</font>');
+$properties = array('station' => '_AA_'); // A non-existing station.
-
/* Checkpoint, we store the time */
$time[] = array(microtime(), 'files-inclusion');
-
/* Here we make an object for the weather */
$obj = new phpweather($properties);
@@ -75,7 +70,6 @@
/* Checkpoint, we store the time */
$time[] = array(microtime(), '20 stations displayed');
-
$max = count($time) - 1;
_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins