CVS: phpweather-1.x phpweather.inc,1.13,1.14
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-09-11 20:25:01
|
Update of /cvsroot/phpweather/phpweather-1.x In directory usw-pr-cvs1:/tmp/cvs-serv29237 Modified Files: phpweather.inc Log Message: This array must have been renamed somewhere along the way... Thanks goes to CTomas <ct...@cl...> for finding this bug. Index: phpweather.inc =================================================================== RCS file: /cvsroot/phpweather/phpweather-1.x/phpweather.inc,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- phpweather.inc 3 Sep 2002 12:23:20 -0000 1.13 +++ phpweather.inc 11 Sep 2002 20:24:56 -0000 1.14 @@ -877,7 +877,7 @@ $decoded_metar['cloud_layer'. $cloud_layers.'_condition'] = $cloud_condition_array[$regs[1]]; $decoded_metar['cloud_layer'.$cloud_layers.'_coverage'] = - $cloud_coverage_array[$regs[1]]; + $cloud_coverage[$regs[1]]; } elseif (ereg('^(VV|FEW|SCT|BKN|OVC)([0-9]{3})(CB|TCU)?$', $part, $regs)) { /* We have found (another) a cloud-layer-group. There can be up |