Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home/dmplevy/public_html/vb/forumdisplay.php(1008) : eval()'d code on line 53
i cant figure this one out. im stumped. anyway, heres part of the .php file that is causing the error message:
// pre-cache templates used by specific actions
$actiontemplates = array(
'none' => array(
'FORUMDISPLAY',
'threadbit',
'threadbit_deleted',
'forumdisplay_announcement',
'forumhome_lastpostby',
'forumhome_forumbit_level1_post',
'forumhome_forumbit_level2_post',
'forumhome_forumbit_level1_nopost',
'forumhome_forumbit_level2_nopost',
'forumhome_subforumbit_nopost',
'forumhome_subforumseparator_nopost',
'forumdisplay_loggedinuser',
'forumhome_moderator',
'forumdisplay_moderator',
'forumdisplay_sortarrow',
'forumhome_subforumbit_post',
'forumhome_subforumseparator_post',
'forumrules',
'threadadmin_imod_menu_thread',
)
);
it says its line 53 thats causing the problem, but line 53 is just the ) what is wrong here? this .php file is right from vbulletin. i dont get it.