Update of /cvsroot/phpweather/phpweather/output
In directory usw-pr-cvs1:/tmp/cvs-serv32581
Modified Files:
pw_text.php
Log Message:
Until we get some strings for precipitation, we might as well disable
the output to prevent the ugly warnings.
Index: pw_text.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/output/pw_text.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- pw_text.php 26 Aug 2002 23:09:25 -0000 1.14
+++ pw_text.php 28 Aug 2002 21:12:16 -0000 1.15
@@ -1105,10 +1105,14 @@
/*********************
* Precipitation *
*********************/
+ /* Where have the strings gone?! Martin Geisler, 2002-08-28.
+
if (!in_array('precip', $this->properties['exclude']) &&
!empty($precipitation)) {
$output['precip'] = $this->print_pretty_precipitation($precipitation);
}
+
+ */
/********************************
* Min and max temperatures *
|