Error querying the database!- Check the input for invalid characters...
This is the query class tried to execute: SELECT *, t.id AS id FROM mnc_topics t LEFT JOIN mnc_sources s ON t.sourceID = s.id WHERE (t.posted > (1328403983 - (2880 * 60))) AND (s.id IN (latest)) ORDER BY t.views DESC, posted DESC LIMIT 0, 0
This is the error message returned by MySql: 1054: Unknown column 'latest' in 'where clause'