Beim Aufruf eines Themas:
Fatal error: Call to undefined function: make_forum_select() in /srv/www/htdocs/web317/html/forum/viewtopic.php on line 616
if ( $is_auth['auth_mod'] )
{
$template->assign_block_vars('mod', array(
'L_MOVE_TITLE' => $lang['Move_topic'],
'L_MOVE_TO_FORUM' => $lang['Move_to_forum'],
'L_LEAVESHADOW' => $lang['Leave_shadow_topic'],
'L_YES' => $lang['Yes'],
'S_FORUM_SELECT' => make_forum_select('new_forum', $forum_id), <-- 616
'S_MOVE_ACTION' => append_sid("viewtopic.php?t=". $topic_id),
'S_HIDDEN_FIELDS' => $hidden_fields)
);
}