Update of /cvsroot/tep/catalog/catalog/install/templates/pages
In directory sc8-pr-cvs1:/tmp/cvs-serv25868/templates/pages
Modified Files:
upgrade_3.php
Log Message:
Fix typo
Index: upgrade_3.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/install/templates/pages/upgrade_3.php,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- upgrade_3.php 17 Dec 2003 16:50:08 -0000 1.64
+++ upgrade_3.php 18 Dec 2003 12:06:18 -0000 1.65
@@ -308,7 +308,7 @@
osc_db_query("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())");
osc_db_query("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())");
- osc_db_query("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())");
+ osc_db_query("insert into configuration (configuration_title,
configuration_key, configuration_value, configuration_description,
configuration_group_id, sort_order, set_function, date_added) values ('Confirm
Privacy 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())");
osc_db_query("delete from configuration_group");
-------------------------------------------------------
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
|