1064 - 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 '-25, 25' at line 1

select e.*, ec.*, el.* from events as e JOIN event_contacts as ec ON e.event_contact_id = ec.event_contact_id JOIN event_locations as el ON e.event_location_id = el.event_location_id WHERE e.event_category_id = '6' and event_status='1' and event_cancel='0' and (event_time_start > '1284047898' OR event_time_end > '1284047898') ORDER BY event_time_start ASC limit -25, 25

[TEP STOP]