2010-05-11 Raul Mateos <raulofpandora@gmail.com>
* godmode/gis_maps/index.php: Updated year. Clean code. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2700 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6cc7514600
commit
12d375c974
|
@ -1,3 +1,7 @@
|
|||
2010-05-11 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* godmode/gis_maps/configure_gis_map.php: Updated year. Clean code.
|
||||
|
||||
2010-05-11 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/setup/gis_step_2.php: Fixed the creation
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
||||
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||
// Please see http://pandorafms.org for full contribution list
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
|
@ -163,7 +163,6 @@ switch ($action) {
|
|||
case 'new_map':
|
||||
print_input_hidden('action', 'save_new');
|
||||
|
||||
echo "<h2>" . __('GIS Maps') . " » " . __('Builder') . "</h2>";
|
||||
$map_name = '';
|
||||
$map_initial_longitude = '';
|
||||
$map_initial_latitude = '';
|
||||
|
|
Loading…
Reference in New Issue