Notice: Undefined offset: 1 in /var/www/it-design.es/inc/property_display.php on line 16
Mysql 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 '' at line 12)
Query:
SELECT p.*,
t.property_type_es as property_type,
r.region_es as region,
p.summary_es as summary,
p.description_es as description,
p.extra_comm_es as extra_comm,
a.area_es as area
FROM properties as p
INNER JOIN property_type as t ON p.type_id = t.id
INNER JOIN region as r ON p.region_id = r.id
LEFT JOIN area as a ON p.area_id = a.id
WHERE p.id =