View Single Post
  #8  
Old 09-25-2005, 11:21 PM
 
markjkaufman markjkaufman is offline
 

Newbie
  
Join Date: Aug 2005
Posts: 8
 

Default

HEY, just verified the code I quoted above from my X-Cart is what's really on my site. I'm no expert, but the three equals signs should be just two, right? So I should fix that when I add the recommended code, eh?


Quote:
Originally Posted by markjkaufman
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