CLASS.DB OUTPUT:
ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-15, 15' at line 5
CLASS.DB OUTPUT:
QUERY:
SELECT 
                *,
                DATE_FORMAT(created, '%d.%m.%Y') as created2 
			FROM mdl_news
			WHERE active = 1 AND news_title_et != '' AND open_for_client_group = 0 ORDER BY listorder ASC, created DESC, id DESC LIMIT -15, 15