|
| Greekhobbyforum - Κατεβασε τα ολα |
|
| |
Could not query poll information
DEBUG MODE
SQL 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 ') AND
t.topic_status <> 1 AND
t.topic_status <> 2 AND
t.topic_' at line 8
SELECT
t.*,
vd.*
FROM
hobbyforum_topics AS t,
hobbyforum_vote_desc AS vd
WHERE
t.forum_id IN () AND
t.topic_status <> 1 AND
t.topic_status <> 2 AND
t.topic_vote = 1 AND
t.topic_id = vd.topic_id
ORDER BY
t.topic_time DESC
LIMIT
0,1
Line : 196 File : fetchposts.php |
| |
|
|
|
|