|
|
 |
Database error: Invalid SQL: SELECT art.ID as id, art.title AS tytul, art.heading,
art.text, art.text2 AS textPL, art.intro,
art.time, art.date, art.in_home_page, art.approved,
CONCAT(aut.imie, ' ', aut.nazwisko) AS author,
art.topic_id, top.name AS topic
FROM articles art
LEFT JOIN people aut ON art.kto=aut.id
LEFT JOIN topics top ON art.topic_id=top.id
WHERE 1 AND art.id=
MySQL Error: 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 '' at line 9)
Session halted. |
|