View Single Post
  #6  
Old 09-03-2005, 08:07 PM
 
markjkaufman markjkaufman is offline
 

Newbie
  
Join Date: Aug 2005
Posts: 8
 

Default

Just took a quick look at func.php. Looks like they added a small enhancement between our two versions of X-Cart. The BEFORE code is now:

Code:
$order["details"]=text_decrypt($order["details"]); if($order["details"] === false) { $order["details"] = func_get_langvar_by_name("txt_this_data_encrypted"); } $order["details"]=stripslashes($order["details"]); $order["notes"]=stripslashes($order["notes"]);

It's clear how to deal with this very minor change, so I'll try it real soon!

Thanks again. You rock!
__________________
Mark J Kaufman
X-Cart Gold 4.0.13
Linux, Apache, PHP 4.4.0, Perl 5.006001
LisaKaufmanDesigns.com
Reply With Quote