D
David H
Guest
I got this error how do i fix it? Parse error: syntax error, unexpected T_DOUBLE_ARROW
Here is the code
// MOD: xbox
'profile_xbox' => request_var('profile_xbox',$user->data['user_profile_xbox']),
'profile_xbox' => request_var('profile_xbox', $user->data['user_profile_xbox']),
go by the additional details for second line
Here is the code
// MOD: xbox
'profile_xbox' => request_var('profile_xbox',$user->data['user_profile_xbox']),
'profile_xbox' => request_var('profile_xbox', $user->data['user_profile_xbox']),
go by the additional details for second line