[Phphtmllib-devel] SF.net SVN: phphtmllib:[3226] trunk/open2300/lib/modules/home/widgets/ CurrentCo
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-02-22 18:43:27
|
Revision: 3226 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3226&view=rev Author: hemna Date: 2009-02-22 18:43:23 +0000 (Sun, 22 Feb 2009) Log Message: ----------- " Modified Paths: -------------- trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc Modified: trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc =================================================================== --- trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc 2009-02-22 18:41:06 UTC (rev 3225) +++ trunk/open2300/lib/modules/home/widgets/CurrentConditions.inc 2009-02-22 18:43:23 UTC (rev 3226) @@ -89,7 +89,7 @@ $table->add_row("Pressure : ", $pressure. ' inHG / '.WXConversion::inchmercury_to_millibars($pressure). ' mbar'); - $table->add_row('Rainfall : ',$this->wx->get_rain_1h().' last hour '.$this->wx->get_rain_24h().' in 24 hours '.$this->wx->get_rain_total().' : '.$this->rain_total.' total.'); + $table->add_row('Rainfall : ',$this->wx->get_rain_1h().'" last hour '.$this->wx->get_rain_24h().'" in 24 hours '.$this->rain_total.'" total.'); $table->add_row(" ", " "); $inside_temp = $this->wx->get_temp_in(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |