]> git.llucax.com Git - mecon/intranet.git/commitdiff
- Bug en una consulta
authorLeandro Lucarella <llucax@gmail.com>
Thu, 22 Apr 2004 13:53:48 +0000 (13:53 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 22 Apr 2004 13:53:48 +0000 (13:53 +0000)
sistema/www/servicios/bandas/banda_agente.php

index 794dfdffb94849d9b8e3c2f19c9a80888afe847b..9fbbf87f55be9ea2be1b3e9696e94720c3168a62 100644 (file)
@@ -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);