Jacek Kowalski
2012-08-29 48c64f6d6fcc3c32669d0ad556dd1777b3077c08
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) {