2011-09-08 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_api.php: fixed the array key for module name. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4932 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d1528e0a72
commit
672810b0e0
|
@ -1,3 +1,7 @@
|
|||
2011-09-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_api.php: fixed the array key for module name.
|
||||
|
||||
2011-09-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_api.php: fixed in function "otherParameter2Filter" the
|
||||
|
|
|
@ -839,7 +839,7 @@ function otherParameter2Filter($other) {
|
|||
|
||||
$idAgentModulo = null;
|
||||
if ($other['data'][3] != '') {
|
||||
$filterModule = array('nombre' => $other['data'][2]);
|
||||
$filterModule = array('nombre' => $other['data'][3]);
|
||||
if ($idAgent != null) {
|
||||
$filter['id_agente'] = $idAgent;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue