View Single Post
Old July 15th, 2012, 01:17 PM   #3 (permalink)
lee.maher5898
Member
Verified Customer
 
Join Date: Apr 2010
Posts: 51
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'] );
lee.maher5898 is offline   Reply With Quote