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:
mdtrooper 2011-09-08 16:52:46 +00:00
parent d1528e0a72
commit 672810b0e0
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;
}