2011-12-05 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/setup/os.php: List all OS is the page by defect. Fixes: #3450147 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5231 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ad48fa2242
commit
36b63e71c7
|
@ -1,3 +1,9 @@
|
|||
2011-12-05 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/setup/os.php: List all OS is the page by defect.
|
||||
|
||||
Fixes: #3450147
|
||||
|
||||
2011-12-05 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/agentes/agent_conf_gis.php
|
||||
|
|
|
@ -26,7 +26,7 @@ if (! check_acl ($config['id_user'], 0, "PM") && ! is_user_admin ($config['id_us
|
|||
|
||||
$action = get_parameter('action', 'new');
|
||||
$idOS = get_parameter('id_os', 0);
|
||||
$tab = get_parameter('tab', 'builder');
|
||||
$tab = get_parameter('tab', 'list');
|
||||
|
||||
if ($idOS) {
|
||||
$os = db_get_row_filter('tconfig_os', array('id_os' => $idOS));
|
||||
|
|
Loading…
Reference in New Issue