Code: Select all
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /****/********/public_html/test/includes/bbcode.php on line 49
Code: Select all
$help_lang = (!empty($lang['bbcode_help'][(strtolower($EMBB_values[$i]))]) ) ? $lang['bbcode_help'][(strtolower($EMBB_values[$i]))] : $lang['bbcode_help'][$EMBB_values[$i]];
This isn't a critical item as this is for the test forum I've made to make errors and learn from them in, so it's not a publically functional forum.