[Phphtmllib-devel] SF.net SVN: phphtmllib:[3464] trunk/open2300/lib/modules/api/ AviationWeather.in
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-06-16 21:16:03
|
Revision: 3464 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3464&view=rev Author: hemna Date: 2010-06-16 21:15:53 +0000 (Wed, 16 Jun 2010) Log Message: ----------- strcasecmp Modified Paths: -------------- trunk/open2300/lib/modules/api/AviationWeather.inc Modified: trunk/open2300/lib/modules/api/AviationWeather.inc =================================================================== --- trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-16 21:14:30 UTC (rev 3463) +++ trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-16 21:15:53 UTC (rev 3464) @@ -90,7 +90,7 @@ $direction = $runway[""]; - if (stricasecmp($wind, "calm") == 0) { + if (strcasecmp($wind, "calm") == 0) { $wind = 0; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |