Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv6252
Modified Files:
locale_common.php
Log Message:
These lines were in the wrong order...
Index: locale_common.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/locale_common.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- locale_common.php 2001/04/16 15:13:03 1.6
+++ locale_common.php 2001/04/27 19:07:29 1.7
@@ -501,8 +501,8 @@
metar is empty. */
printf($this->strings['no_data'],
$this->properties['mark_begin'],
- $this->properties['mark_end'],
- $data['location']);
+ $data['location'],
+ $this->properties['mark_end']);
return 1;
}
_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins