Hi,
I have the following error on my forum when i try to access it. I had just followed a MOD that didn't work properly and when putting the code back i must have done something wrong, see below:
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home/protein1/public_html/forum/includes/functions.php on line 2597
Below is the code with the error, any help would be greatly recieved:
$db->sql_query($sql);
$template->assign_vars(array(
'S_CONFIRM_CODE' => true,
'CONFIRM_ID' => $confirm_id,
'CONFIRM_IMAGE' => '<img src="' . append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=confirm&id=' . $confirm_id . '&type=' . CONFIRM_LOGIN) . '" alt="" title="" />',
$confirm_id . '&type=' . CONFIRM_LOGIN) . '" alt="" title="" />',
Thanks,