mattspec
Active Member
- Messages
- 1,390
- Reaction score
- 0
- Points
- 36
Parse error: parse error, unexpected ';', expecting ')' in /home/spectre/public_html/forums/sources/admin/ad_forums.php on line 954
this is my code
invision 2.0.0 PF3 trial, OI anyone know what is wrong/how to fix it?
this is my code
Code:
$ibforums->html .= $ibforums->adskin->add_td_row( array( "<b>New post reward</b><br>How many points will the user get for starting a new topic" ,
$ibforums->adskin->form_input("points_post", $forum['points_post'])
) );
$ibforums->html .= $ibforums->adskin->add_td_row( array( "<b>Post reply reward</b><br>How many points will the user get for replying to a topic" ,
$ibforums->adskin->form_input("points_reply", $forum['points_reply'])
) );
invision 2.0.0 PF3 trial, OI anyone know what is wrong/how to fix it?
Last edited: