View Single Post
  #12  
Old 08-09-2006, 10:41 AM
 
tahirfayyaz tahirfayyaz is offline
 

Senior Member
  
Join Date: May 2006
Posts: 125
 

Default

Quote:
Originally Posted by geckoday
In 4.1 they changed the variable name from $m_from to $mail_from. So for 4.1 look for:
Code:
$mail_from = $from;
I cant find that. This is what I have in func.php at the moment

$m_from = $from;
if ($config["Email"]["use_base64_headers"] == "Y")
$mail_subject = func_mail_quote($mail_subject,$charset);
__________________
Tahir
X-Cart Gold v4.4.4 [win]
Reply With Quote