You may book these dates now. You may cancel your booking free of charge until 12.15.2011. In case our prices should increase more than 5% you may cancel your booking free of charge even after that date.
SELECT reisen.id, reisen.kuerzel_rotalis, reisen.start_en, reisen.ende_en, reisen.dauer
FROM reisen
LEFT JOIN saisons ON reisen.saison_id=saisons.id
WHERE reisen.land_id=1
AND saisons.saison=
ORDER BY reisen.kuerzel_rotalis
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 reisen.kuerzel_rotalis' at line 6