SELECT SQL_CALC_FOUND_ROWS id, title, slug, DATE_FORMAT( date, '%d %b, %y' ) date, DATE_FORMAT( date_added, '%a, %d %b %Y %H:%i:%s' ) pubDate, description, featured FROM mtr_news WHERE status = 1 ORDER BY date_added DESC LIMIT
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 1