From 53c62fc21bea8cc63a4d642bcebed2a474253a80 Mon Sep 17 00:00:00 2001 From: darode Date: Mon, 11 Jun 2012 09:46:57 +0000 Subject: [PATCH] 2012-06-11 Dario Rodriguez * operation/tree.php: Include functions_gis.php file that was missing. MERGED FROM 4.0.2 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6473 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/operation/tree.php | 1 + 2 files changed, 8 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c85183f9b2..72e0bf7e37 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2012-06-11 Dario Rodriguez + + * operation/tree.php: Include functions_gis.php file that + was missing. + + MERGED FROM 4.0.2 + 2012-06-11 Juan Manuel Ramon * include/functions.php: Added pass of check_referer by url to diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index 1a5586e0f2..85d0ef86f5 100644 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -32,6 +32,7 @@ if (is_ajax ()) require_once ($config["homedir"] . '/include/functions_graph.php'); include_graphs_dependencies(); require_once ($config['homedir'] . '/include/functions_groups.php'); + require_once ($config['homedir'] . '/include/functions_gis.php'); $agent = db_get_row ("tagente", "id_agente", $id_agente);