mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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
ca7d978cea
commit
e26d3bea51
@ -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>
|
2009-07-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/modificar_agente.php: fix bug that appear two times the
|
* 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_freestring = get_parameter ('ag_freestring');
|
||||||
$ag_modulename = (string) get_parameter ('ag_modulename');
|
$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');
|
$offset = (int) get_parameter ('offset');
|
||||||
$status = (int) get_parameter ('status', 4);
|
$status = (int) get_parameter ('status', 4);
|
||||||
$modulegroup = (int) get_parameter ('modulegroup');
|
$modulegroup = (int) get_parameter ('modulegroup');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user