Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv6033 Modified Files: data_retrieval.php Log Message: This is more informative. Index: data_retrieval.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/data_retrieval.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- data_retrieval.php 2001/04/26 13:11:00 1.5 +++ data_retrieval.php 2001/04/27 19:07:02 1.6 @@ -78,10 +78,10 @@ function get_metar() { if (empty($this->metar)) { /* The METAR is not set - we try to load it */ - $this->notice('Getting the METAR from the database.'); + $this->notice('The METAR is not set, I\'ll try to find the METAR in the +database.'); return $this->get_metar_from_db(); } else { - $this->notice('Returning METAR from memory.'); + $this->notice('The METAR was set - I\'ll just use that.'); return $this->metar; } } _______________________________________________ PHPWeather-checkins mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/phpweather-checkins