What is not correct in this line?

The error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home2/xxxxxxx/public_html/fm_friendbtn_db_update.php on line 109

The code at line 109:

'_flurmingo_spy_profile_friend_unfriend'    => "<a href=\"\{sender_p_link\}\">\{sender_p_link\}</a> is no longer <a href=\"\{recipient_p_link\}\">\{recipient_p_link\}</a>\'s friend.",
);

Can anyone please tell me what needs to be changed.

Quote · 10 Jul 2010

The error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home2/xxxxxxx/public_html/fm_friendbtn_db_update.php on line 109

The code at line 109:

'_flurmingo_spy_profile_friend_unfriend'    => "<a href=\"\{sender_p_link\}\">\{sender_p_link\}</a> is no longer <a href=\"\{recipient_p_link\}\">\{recipient_p_link\}</a>\'s friend.",
);

Can anyone please tell me what needs to be changed.

I'm not a coder but this is telling you what is wrong... expecting ')'

just my input, most likely wrong...lol

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 10 Jul 2010

The error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home2/xxxxxxx/public_html/fm_friendbtn_db_update.php on line 109

The code at line 109:

'_flurmingo_spy_profile_friend_unfriend'    => "<a href=\"\{sender_p_link\}\">\{sender_p_link\}</a> is no longer <a href=\"\{recipient_p_link\}\">\{recipient_p_link\}</a>\'s friend.",
);

Can anyone please tell me what needs to be changed.

I'm not a coder but this is telling you what is wrong... expecting ')'

just my input, most likely wrong...lol

I know it's expecting ')'

Just don't know where to fix it

Quote · 10 Jul 2010

oic, just thought it might be the { being replaced with (

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 10 Jul 2010

What's the line before 109?

and..

is this the full line 109?

Quote · 10 Jul 2010

What's the line before 109?

and..

is this the full line 109?

It is solved by the developer. Thanks.

A comma was missing at the end of line 108

Quote · 10 Jul 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.