]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/bandas/banda_agente.php
- Saque la impresion automatica de la pagina de accesos.
[mecon/intranet.git] / sistema / www / servicios / bandas / banda_agente.php
index 509d6329c24e45f2ef110ecbf2f60a864f5e6ee4..9fbbf87f55be9ea2be1b3e9696e94720c3168a62 100644 (file)
@@ -14,7 +14,7 @@ require_once 'BandasNovedades/HTML/TablaInfoPersonal.php';
 
 if(!isset($_SESSION['documento']) or !isset($_POST['fecha']))
 {
 
 if(!isset($_SESSION['documento']) or !isset($_POST['fecha']))
 {
-       header('Location: ../../servicios.php');
+       header('Location: ../../servicios/');
 }
 
 //Seteo las variables generales
 }
 
 //Seteo las variables generales
@@ -118,7 +118,7 @@ con las referencias de cada color de las celdas
 
 /* Armo la tabla de la informaciĆ³n personal */
 
 
 /* Armo la tabla de la informaciĆ³n personal */
 
-$tabla_info_personal =& new BandasNovedades_HTML_TablaInfoPersonal($agente,'oscuro');
+$tabla_info_personal =& new BandasNovedades_HTML_TablaInfoPersonal($DB,$agente,'oscuro');
 $m->addStyleSheet($tabla_info_personal->getCSS());
 
 
 $m->addStyleSheet($tabla_info_personal->getCSS());
 
 
@@ -196,7 +196,7 @@ $MES_ACTUAL =& new date();
 $FECHA_PEDIDA =& new date($fecha);
 if($MES_ACTUAL->getmonth()==$FECHA_PEDIDA->getmonth() && $MES_ACTUAL->getyear()==$FECHA_PEDIDA->getyear())
 {
 $FECHA_PEDIDA =& new date($fecha);
 if($MES_ACTUAL->getmonth()==$FECHA_PEDIDA->getmonth() && $MES_ACTUAL->getyear()==$FECHA_PEDIDA->getyear())
 {
-       $sql = "Select fecha from FechaActualizacion where tipoActualizacion='DIARIO'
+       $sql = "Select fecha from bandas.FechaActualizacion where tipoActualizacion='DIARIO'
                        order by fecha desc limit 1";
        $result = $DB->query($sql);
 
                        order by fecha desc limit 1";
        $result = $DB->query($sql);