**** QUERY **** SELECT *, UNIX_TIMESTAMP(insert_timestamp) as insert_unixtime, UNIX_TIMESTAMP(update_timestamp) as update_unixtime FROM fiestas s, fiestas_idioma si WHERE s.id=si.ownid AND si.idioma='es' AND s.activa = 'y' and (localidad = OR = (SELECT localidad FROM clubs WHERE id = club)) ORDER BY fecha desc
*** ERROR *** 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 'OR = (SELECT localidad FROM clubs WHERE id = club)) ORDER BY fecha desc' at line 1
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /files/www/fiestasbarcelona.com/htdocs/admin/classes/general.class.php on line 565
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /files/www/fiestasbarcelona.com/htdocs/admin/classes/general.class.php on line 582