Topic: Obscure bug?
Just a quick post, I'm not sure if I'm the only one or whats going on but if I put this line
$result = $db->query('SELECT t.subject,t.id,p.message FROM '.$db->prefix.'topics as t LEFT JOIN '.$db->prefix.'posts as p ON (p.topic_id=t.id) WHERE t.forum_id=1 ORDER By t.posted DESC LIMIT 1') or error(__FILE__, __LINE__);
in header.php on line 235 right under ($hook = get_hook('hd_alert')) ? eval($hook) : null;
viewtopic.php...well lets just say it stops functioning correctly.
I'm not really sure what the issue is but hopefully I'm not the only one
This is a clean forum install...