View Single Post
  #3  
Old 07-07-2003, 03:06 PM
 
sky sky is offline
 

Member
  
Join Date: Oct 2002
Posts: 27
 

Default editing include/func.php

Here are the directions given to fix the problem:

"The problem is caused by the bug in the version 3.4.0. We offer you upgrade X-Cart to latest version.
To fix this problem you should edit file Cart/include/func.php
Alter following lin in the function func_send_mail

$header = "From: $from".$lend."To: $to".$lend."Reply-to: $from".$lend."X-Mailer: PHP/".phpversion().$lend;

to

$headers = "From: $from".$lend."To: $to".$lend."Reply-to: $from".$lend."X-Mailer: PHP/".phpversion().$lend;"

However, as I stated earlier, anytime I touch the func.php file it breaks. I need to know how to effect the above change and still have a working cart.

Thanks for the input.
Sue
Reply With Quote