X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/022f119ef9401d546822c7f9259f2ca40ebc87d0..e60309cb047ddcc32ff80c0277e46adb834a2bf4:/sistema/www/servicios/bandas/index.php diff --git a/sistema/www/servicios/bandas/index.php b/sistema/www/servicios/bandas/index.php index 779c49f..5f032a6 100644 --- a/sistema/www/servicios/bandas/index.php +++ b/sistema/www/servicios/bandas/index.php @@ -47,7 +47,7 @@ $MARCO =& new HTML_DietMarco('servicios','Bandas Horarias'); //}}} //{{{ 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'])) {