mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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
db5f13c59b
commit
be397f1e9f
@ -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>
|
2011-09-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_api.php: fixed in function "otherParameter2Filter" the
|
* include/functions_api.php: fixed in function "otherParameter2Filter" the
|
||||||
|
@ -839,7 +839,7 @@ function otherParameter2Filter($other) {
|
|||||||
|
|
||||||
$idAgentModulo = null;
|
$idAgentModulo = null;
|
||||||
if ($other['data'][3] != '') {
|
if ($other['data'][3] != '') {
|
||||||
$filterModule = array('nombre' => $other['data'][2]);
|
$filterModule = array('nombre' => $other['data'][3]);
|
||||||
if ($idAgent != null) {
|
if ($idAgent != null) {
|
||||||
$filter['id_agente'] = $idAgent;
|
$filter['id_agente'] = $idAgent;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user