fehler in NV usertopics
Verfasst: 28.07.2009 12:59
hallo,
ich habe den folgenden mod usertopics eingebaut, wenn ich in den admin bereich gehe schreibt er folgendes.
Parse error: syntax error, unexpected T_CASE in /.../includes/acp/acp_main.php on line 216
hier mal der folgende ausschnitt aus der acp_main.php
Zeile 216 ist case 'topics':
zeile 211-220
ich habe den folgenden mod usertopics eingebaut, wenn ich in den admin bereich gehe schreibt er folgendes.
Parse error: syntax error, unexpected T_CASE in /.../includes/acp/acp_main.php on line 216
hier mal der folgende ausschnitt aus der acp_main.php
Zeile 216 ist case 'topics':
zeile 211-220
Code: Alles auswählen
// Still no maximum post id? Then we are finished
if (!$max_post_id)
{
add_log('admin', 'LOG_RESYNC_POSTCOUNTS');
break;
case 'topics':
if (!$auth->acl_get('a_board'))
{
trigger_error($user->lang['NO_AUTH_OPERATION'] . adm_back_link($this->u_action), E_USER_WARNING);
}