Jacek Kowalski
2012-08-29 6d0060111afed6e587e5410a9495bd0140219a6d
modules/30_pogoda/api_geonames.php
@@ -34,7 +34,7 @@
            return NULL;
         }
         
         $data = (array)$this->geoname[0];
         $data = (array)$data->geoname[0];
         foreach($data as &$value) {
            $value = trim($value);
         }