logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[TEP-COMMIT] [CVS catalog] add the new banner service module parameter as t: msg#00000

Subject: [TEP-COMMIT] [CVS catalog] add the new banner service module parameter as the service is enabled by
Commit in catalog/catalog/install on MAIN
oscommerce.sql+2-11.104 -> 1.105
add the new banner service module parameter as the service is enabled by
default

catalog/catalog/install
oscommerce.sql 1.104 -> 1.105
diff -u -r1.104 -r1.105
--- oscommerce.sql	2004/11/03 09:01:18	1.104
+++ oscommerce.sql	2005/02/23 15:18:49	1.105
@@ -494,7 +494,7 @@
   date_added datetime,
   last_modified datetime,
   reviews_read int(5) NOT NULL default '0',
-  reviews_status tinyint(1) NOT NULL,  
+  reviews_status tinyint(1) NOT NULL,
   PRIMARY KEY (reviews_id)
 );
 
@@ -776,6 +776,7 @@
 INSERT INTO osc_configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Moderate Reviews', 'SERVICE_REVIEW_ENABLE_MODERATION', '-1', 'Should reviews be approved by store admin.', '6', '0', 'tep_cfg_select_option(array(\'-1\', \'0\', \'1\'), ', now());
 INSERT INTO osc_configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Special Products', 'MAX_DISPLAY_SPECIAL_PRODUCTS', '9', 'Maximum number of products on special to display', '6', '0', now());
 INSERT INTO osc_configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Selection of Products on Special', 'MAX_RANDOM_SELECT_SPECIALS', '10', 'How many records to select from to choose one random product special to display', '6', '0', now());
+INSERT INTO osc_configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Display Duplicate Banners', 'SERVICE_BANNER_SHOW_DUPLICATE', 'False', 'Show duplicate banners in the same banner group on the same page?', '6', '0', 'tep_cfg_select_option(array(\'True\', \'False\'), ', now());
 
 INSERT INTO osc_configuration_group VALUES ('1', 'My Store', 'General information about my store', '1', '1');
 INSERT INTO osc_configuration_group VALUES ('2', 'Minimum Values', 'The minimum values for functions / data', '2', '1');
CVSspam 0.2.9
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
<Prev in Thread] Current Thread [Next in Thread>