$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);