2009-07-17 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/status_monitor.php: fix bug default group in form. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1810 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
62b667085e
commit
cf53de923a
|
@ -1,3 +1,7 @@
|
|||
2009-07-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/status_monitor.php: fix bug default group in form.
|
||||
|
||||
2009-07-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/modificar_agente.php: fix bug that appear two times the
|
||||
|
|
|
@ -32,7 +32,7 @@ echo '<h2>'.__('Pandora agents').' » '.__('Full list of monitors').'</h2>'
|
|||
|
||||
$ag_freestring = get_parameter ('ag_freestring');
|
||||
$ag_modulename = (string) get_parameter ('ag_modulename');
|
||||
$ag_group = (int) get_parameter ('ag_group', -1);
|
||||
$ag_group = (int) get_parameter ('ag_group', 1);
|
||||
$offset = (int) get_parameter ('offset');
|
||||
$status = (int) get_parameter ('status', 4);
|
||||
$modulegroup = (int) get_parameter ('modulegroup');
|
||||
|
|
Loading…
Reference in New Issue