|
Hi Chuck,
I changed the two lines I found inside comments.php as suggested, but receive the following error message:
Parse error: syntax error, unexpected T_VARIABLE in /home/supersto/public_html/gallery/comments.php on line 412
Have I misquoted the syntax? I changed the lines as follows:
From
send_ppemail( $useremail, $subject, $letter, $email_from );
To
send_ppemail( $useremail, $subject, $letter, $email_from $User[ ' 'userid'] );
|