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