Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv14551
Modified Files:
index.php
Log Message:
It's nice to be able to see the METAR in question...
Index: index.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/index.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- index.php 2001/06/27 11:30:31 1.12
+++ index.php 2001/06/29 09:43:16 1.13
@@ -63,6 +63,8 @@
/* A station has just been selected - we print the weather. */
$obj->set_icao($icao);
$obj->print_pretty();
+
+ echo "<p>The raw METAR is <code>" . $obj->get_metar() . "</code></p>\n";
}
$time[] = array(microtime(), 'end');
_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins