getting a error on line 129 in postings.php, this is line 129 and all the code around it, can anyone tell me whats wrong
thanks
PHP Code:
/////
eval("\$emailsubject =
\"".gettemplate("emailsubject_thoprtion",1,0)."\";");
eval("\$emailmsg =
\"".gettemplate("email_thread_delete",1,0)."\";");
mail($usenrma[email],$emailsubject,$emailmsg,"From:
\"$bbtitle Mailer\" <$webmasteremail>");
/////
eval("standardredirect(\"".gettemplate("redirect_deletethre
ad")."\",\"forumdisplay.php?
s=$session[sessionhash]&forumid=$threadinfo[forumid]\");");
}
############################### start delete posts