Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv607
Modified Files:
data_retrieval.php
Log Message:
Oops
Index: data_retrieval.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/data_retrieval.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- data_retrieval.php 15 Mar 2002 11:22:33 -0000 1.18
+++ data_retrieval.php 15 Mar 2002 12:01:48 -0000 1.19
@@ -130,7 +130,7 @@
$this->properties['icao'] = strtoupper(substr($new_metar,0,4));
$this->location = '';
$this->metar = $new_metar;
- $this->decoded_metar = decode_metar();
+ $this->decoded_metar = $this->decode_metar();
}
}
|