Er is een fout opgetreden. Druk op de back knop van uw browser en probeer het nogmaals. > error 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 'ORDER BY date DESC, ID DESC LIMIT 0,30' at line 14 (select SQL_CALC_FOUND_ROWS travelnews.*, country.name_NL AS country_name, continent.name_NL AS continent_name, continent.modrewrite_NL AS continent_url, country.name_mod_rewrite_NL AS country_url FROM travelnews INNER JOIN country ON country.ID = travelnews.country_ID INNER JOIN continent ON continent.ID = country.continent_ID WHERE travelnews.ID <> ORDER BY date DESC, ID DESC LIMIT 0,30)