Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv4223
Modified Files:
db_dba.php
Log Message:
Nothing to worry about :-)
Index: db_dba.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/db_dba.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- db_dba.php 2001/04/02 19:29:03 1.1
+++ db_dba.php 2001/04/08 09:58:51 1.2
@@ -110,7 +110,7 @@
function get_metar($station) {
if (dba_exists($station, $this->link_id)) {
$row = dba_fetch($station, $this->link_id);
- $this->notice("Inserting this row into DBA database:<br><code>$row</code>");
+ $this->notice("Returning this row from the DBA database:<br><code>$row</code>");
return explode(':', $row);
} else {
return false;
_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins