View Single Post
  #145  
Old 08-09-2010, 09:01 AM
 
stevekem stevekem is offline
 

Senior Member
  
Join Date: Dec 2006
Posts: 111
 

Default Re: X-Cart 4.4 beta testing

Ok, got it! Patch is below:



Code:
Index: include/nocookie_warning.php diff -u eshop/include/nocookie_warning.php:1.28 eshop/include/nocookie_warning.php:1.28.2.1 --- eshop/include/nocookie_warning.php:1.28 Thu Aug 5 14:44:14 2010 +++ eshop/include/nocookie_warning.php Fri Aug 6 12:31:59 2010 @@ -40,7 +40,7 @@ * @author Ruslan R. Fazlyev <rrf@x-cart.com> * @copyright Copyright (c) 2001-2010 Ruslan R. Fazlyev <rrf@x-cart.com> * @license http://www.x-cart.com/license.php X-Cart license agreement - * @version $Id: nocookie_warning.php,v 1.28 2010/08/05 10:44:14 igoryan Exp $ + * @version $Id: nocookie_warning.php,v 1.28.2.1 2010/08/06 08:31:59 aim Exp $ * @link http://www.x-cart.com/ * @see ____file_see____ */ @@ -50,6 +50,7 @@ if ( defined('IS_ROBOT') || defined('SKIP_COOKIE_CHECK') + || !defined('AREA_TYPE') ) { return; }



Quote:
Originally Posted by cflsystems
They include it in the next release. Please post the patch here so everyone can benefit from it
__________________
X-Cart Gold v4.4.1
Reply With Quote