Update of /cvsroot/phpweather/phpweather/output
In directory usw-pr-cvs1:/tmp/cvs-serv4133
Modified Files:
pw_text.php
Log Message:
rats
Index: pw_text.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/output/pw_text.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- pw_text.php 16 May 2002 19:44:20 -0000 1.12
+++ pw_text.php 16 May 2002 19:46:19 -0000 1.13
@@ -1064,8 +1064,8 @@
$output['feelslike'] = $this->print_pretty_feelslike($heatindex);
} elseif (!in_array('windchill', $this->properties['exclude']) &&
!empty($windchill)) {
- $windchill['feelslike_c'] = $windchill['heatindex_c'];
- $windchill['feelslike_f'] = $windchill['heatindex_f'];
+ $windchill['feelslike_c'] = $windchill['windchill_c'];
+ $windchill['feelslike_f'] = $windchill['windchill_f'];
$output['feelslike'] = $this->print_pretty_feelslike($windchill);
}
|