Code:
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'Show Split Tax Lines', 'DISPLAY_SPLIT_TAX_LINES', 'true', 'Display each tax on a separate line during checkout and on invoices.', 1, 21, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
how would i change this file to remove from database
thank you
Mike