Skip to content
This repository was archived by the owner on Aug 5, 2023. It is now read-only.
This repository was archived by the owner on Aug 5, 2023. It is now read-only.

Remove MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_STATUS, MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_SORT_ORDER #16

@sylvio-ruiz

Description

@sylvio-ruiz

Remove from the initial sql (install directory) the lines below because the "Partner News" module was removed from the dashboard modules directory and it raises an error at first time or put it back.

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Enable Partner News Module', 'MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_STATUS', 'True', 'Do you want to show the latest osCommerce Partner News on the dashboard?', '6', '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, date_added) values ('Sort Order', 'MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_SORT_ORDER', '820', 'Sort order of display. Lowest is displayed first.', '6', '0', now());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions