2013-05-13 Sancho Lerena <slerena@artica.es>
* lib/PandoraFMS/Core.pm: Fixes crash on inverse resolution for GIS information on openstreetmaps. This was due function was moved from Dataserver to Core.pm and include for LWP::Simple not :( git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8121 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fcf7e18a2f
commit
04dfc6736b
|
@ -1,3 +1,9 @@
|
|||
2013-05-13 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Core.pm: Fixes crash on inverse resolution for
|
||||
GIS information on openstreetmaps. This was due function was moved from
|
||||
Dataserver to Core.pm and include for LWP::Simple not :(
|
||||
|
||||
2013-05-10 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Tools.pm: Check that inet_aton does not return undef.
|
||||
|
|
|
@ -123,6 +123,9 @@ use PandoraFMS::Config;
|
|||
use PandoraFMS::Tools;
|
||||
use PandoraFMS::GIS qw(distance_moved);
|
||||
|
||||
# For Reverse Geocoding
|
||||
use LWP::Simple;
|
||||
|
||||
#use Data::Dumper;
|
||||
|
||||
require Exporter;
|
||||
|
|
Loading…
Reference in New Issue