Fixed problem with call function and not send all variables

This commit is contained in:
m-lopez-f 2015-01-29 16:41:28 +01:00
parent 340c965f92
commit f9e378d1d6
1 changed files with 1 additions and 1 deletions

View File

@ -1547,7 +1547,7 @@ function modules_get_next_data ($id_agent_module, $utimestamp = 0, $string = 0)
*
* @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',
$id_agent_module);