mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed problem with call function and not send all variables
(cherry picked from commit ecc5046927d50549da23bd2955946958cceccddc)
This commit is contained in:
parent
443440f998
commit
d679fdd8d5
@ -1545,7 +1545,7 @@ function modules_get_next_data ($id_agent_module, $utimestamp = 0, $string = 0)
|
|||||||
*
|
*
|
||||||
* @return array The module value and the timestamp
|
* @return array The module value and the timestamp
|
||||||
*/
|
*/
|
||||||
function modules_get_agentmodule_data ($id_agent_module, $period, $date = 0, $trash, $conexion = false, $order = 'ASC') {
|
function modules_get_agentmodule_data ($id_agent_module, $period, $date = 0, $trash=false, $conexion = false, $order = 'ASC') {
|
||||||
$module = db_get_row('tagente_modulo', 'id_agente_modulo',
|
$module = db_get_row('tagente_modulo', 'id_agente_modulo',
|
||||||
$id_agent_module);
|
$id_agent_module);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user