Fehler in beim Aufruf von sql_query mit der Query
SELECT
t2.content as name, t1.content, t1.counter
FROM (SELECT * FROM newssystem_entry WHERE id = ) AS t0
INNER JOIN realurl t1 ON t1.id = t0.realurl_id
INNER JOIN asset_text t2 ON t2.id = t0.title_id
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 ') AS t0
INNER JOIN realurl t1 ON t1.id = t0.realurl_id
INNER JOIN asset_' at line 3