run this sql patch using the Zen-Cart Sql Patches tool
# (admin -> tools -> install sql patches)
copy-and-paste the code into the query field and press 'Send'.
Code:INSERT INTO `links_status` VALUES (1, 2, 'Pending'); INSERT INTO `links_status` VALUES (2, 2, 'Approved'); INSERT INTO `links_status` VALUES (3, 2, 'Disabled');
Wow clyde.. thank you for the fast reply! I'll bet this will work too :)
Great stuff! Thanks again!