Hi everyone,

Have the following problem. When you click the read reviews button
on the bottom of the product page i get an sql error

http://www.gigagood.com/index.php?ma...cb0ceaa492e6f2

( recensies buttom , bottom left)

The error is

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 '-0, 0' at line 6
in:
[SELECT r.reviews_id, left(rd.reviews_text, 100) as reviews_text, r.reviews_rating, r.date_added, r.customers_name FROM reviews r, reviews_description rd WHERE r.products_id = 481 AND r.reviews_id = rd.reviews_id AND rd.languages_id = 2 and r.status = 1 ORDER BY r.reviews_id desc limit -0, 0]

specs:
zen 1.3.5
php 4.4.4
MySQL 4.1.20

Thanks in advance,
Dave