Exemplo n.º 1
0
function pausar($id_break, $user, $pDB)
{
    $pInterfazdeAgente = new paloSantoInterfazdeAgente($pDB);
    $pInterfazdeAgente->pausar($id_break, $user);
}
Exemplo n.º 2
0
function pausar($id_break, $user, $pDB)
{
    $pInterfazdeAgente = new paloSantoInterfazdeAgente($pDB);
    $pInterfazdeAgente->pausar($id_break, $user);
    header("location: index.php?menu=hispana_interfaz_agente");
}