Location: viewforum.php
After:
WHERE ' . $db->sql_in_set('topic_id', array_keys($shadow_topic_list));
line 555Parameters: $sql
Explanation: Allow extensions to modify the shadow topic data $sql when viewing a forum. For example, Topic Preview MOD does this, it adds the first_post_text to $sql using LEFT_JOIN statements.