2012-06-11 Dario Rodriguez <dario.rodriguez@artica.es>
* 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
This commit is contained in:
parent
774cdbaf50
commit
53c62fc21b
|
@ -1,3 +1,10 @@
|
|||
2012-06-11 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* operation/tree.php: Include functions_gis.php file that
|
||||
was missing.
|
||||
|
||||
MERGED FROM 4.0.2
|
||||
|
||||
2012-06-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions.php: Added pass of check_referer by url to
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue