//}}}
//{{{ CHEQUEO SI EL USUARIO NO ES CONTRATADO O NO ESTA EN LAS BASES DE RRHH
-$agente =& new MECON_Agente($_SESSION['documento']);
+$agente =& new MECON_Agente($DB, $_SESSION['documento']);
if(!$agente->buscarAgente($_SESSION['documento']))
{
'cellpadding' => '0',
'bgcolor' => '#FFFFFF'));
-$agente = new MECON_Agente(NULL);
+$agente = new MECON_Agente($DB, NULL);
if(!($agente->buscarAgente($nrodoc)) or ($agente->buscarAgente($nrodoc) and preg_match('/^CON/',$agente->getTipo())))
{
$mensaje = new HTML_Mensaje('alerta', 'Información no disponible', 300);