[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tep-commits
Subject:    [TEP-COMMIT] CVS: catalog/catalog/install oscommerce.sql,1.87,1.88
From:       Mark Evans <project3000 () users ! sourceforge ! net>
Date:       2003-12-17 16:16:19
[Download RAW message or body]

Update of /cvsroot/tep/catalog/catalog/install
In directory sc8-pr-cvs1:/tmp/cvs-serv11644/install

Modified Files:
	oscommerce.sql 
Log Message:
Add privacy statement functionality as part of workboard 69

Index: oscommerce.sql
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/install/oscommerce.sql,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- oscommerce.sql	3 Dec 2003 17:32:53 -0000	1.87
+++ oscommerce.sql	17 Dec 2003 16:16:16 -0000	1.88
@@ -819,7 +819,8 @@
 INSERT INTO configuration (configuration_title, configuration_key, \
configuration_value, configuration_description, configuration_group_id, sort_order, \
set_function, date_added) VALUES ('Prevent Spider Sessions', 'SESSION_BLOCK_SPIDERS', \
'False', 'Prevent known spiders from starting a session.', '15', '6', \
'tep_cfg_select_option(array(\'True\', \'False\'), ', now());  INSERT INTO \
configuration (configuration_title, configuration_key, configuration_value, \
configuration_description, configuration_group_id, sort_order, set_function, \
date_added) VALUES ('Recreate Session', 'SESSION_RECREATE', 'False', 'Recreate the \
session to generate a new session ID when the customer logs on or creates an account \
(PHP >=4.1 needed).', '15', '7', 'tep_cfg_select_option(array(\'True\', \'False\'), \
', now());  
-INSERT INTO configuration (configuration_title, configuration_key, \
configuration_value, configuration_description, configuration_group_id, sort_order, \
set_function, date_added) VALUES ('Show Terms and Conditions during checkout', \
'DISPLAY_CONDITIONS_ON_CHECKOUT', 'false', 'Show Terms and Conditions during checkout \
which the customer must agree too.', '16', '1', \
'tep_cfg_select_option(array(\'true\', \'false\'), ', now()); +INSERT INTO \
configuration (configuration_title, configuration_key, configuration_value, \
configuration_description, configuration_group_id, sort_order, set_function, \
date_added) VALUES ('Confirm Terms and Conditions During Checkout Procedure', \
'DISPLAY_CONDITIONS_ON_CHECKOUT', 'false', 'Show the Terms and Conditions during the \
checkout procedure which the customer must agree to.', '16', '1', \
'tep_cfg_select_option(array(\'true\', \'false\'), ', now()); +INSERT INTO \
configuration (configuration_title, configuration_key, configuration_value, \
configuration_description, configuration_group_id, sort_order, set_function, \
date_added) VALUES ('Confirm Pricacy Notice During Account Creation Procedure', \
'DISPLAY_PRIVACY_CONDITIONS', 'false', 'Show the Privacy Notice during the account \
creation procedure which the customer must agree to.', '16', '2', \
'tep_cfg_select_option(array(\'true\', \'false\'), ', now());  
 INSERT INTO configuration_group VALUES ('1', 'My Store', 'General information about \
my store', '1', '1');  INSERT INTO configuration_group VALUES ('2', 'Minimum Values', \
'The minimum values for functions / data', '2', '1');



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Tep-commits mailing list
Tep-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tep-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic