@@ -759,14 +759,13 @@ class Forum_driver_cns extends Forum_driver_base
$query='SELECT t.id,f_is_threaded FROM '.$this->connection->get_table_prefix().'f_topics t JOIN '.$this->connection->get_table_prefix().'f_forums f ON f.id=t.t_forum_id WHERE t_forum_id='.strval($forum_id).' AND ';