Quote Originally Posted by Sunabac View Post
O.K., where do I look to also remove it from that one page??Tx
Copy the following sql code:

Code:
DELETE FROM configuration where configuration_group_id = '51' AND sort_order = '8';
DELETE FROM configuration where configuration_group_id = '51' AND sort_order = '9';
go to admin -> tools -> install sql patches

paste the code into the text box and click the send button.