Warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND r.idModuloA = 16 AND a.estado = 'publicado' AND a.fecha_publicacion < n' at line 1

SELECT DISTINCT a.*, aa.idAdjuntoArchivo, aa.ext, r.idR, r.idA, at.directorio, at.nombre as tipo, r.idA FROM relacion r INNER JOIN adjunto a ON r.idB = a.idAdjunto AND r.idModuloB = 2 INNER JOIN adjunto_tipo at ON a.idAdjuntoTipo = at.idAdjuntoTipo INNER JOIN adjunto_archivo aa ON a.idAdjunto = aa.idAdjunto INNER JOIN adjunto_tamano ata ON aa.idAdjuntoTamano = ata.idAdjuntoTamano WHERE r.idA IN () AND r.idModuloA = 16 AND a.estado = 'publicado' AND a.fecha_publicacion < now() AND aa.ext <> '' GROUP BY a.idAdjunto, r.idA ORDER BY r.orden

in /home/senalnews/public_html/class/clsDBmysqli.php on line 275
Interior listings

#REGION13#
#REGION14#
#REGION15#
#REGION16#
#REGION17#
#REGION18#
#REGION19#
#REGION20#
#REGION21#
#REGION22#
#REGION23#
#REGION24#