jake,
not sure how your database got screwed up. assuming you ran the query correctly.
i ran the following sql commands:
Code:
SELECT count(*)
FROM `configuration`;
SELECT count(*) FROM `configuration` WHERE `set_function` LIKE 'cfg_select_option%';
SELECT count(*) FROM `configuration` WHERE `set_function` LIKE 'zen_cfg_select_option%';
my counts are:
919
0
425
now your numbers can be different; but your problem is that the 2nd query should be 0. unless you have defined a function call cfg_select_option which does NOT look to be part of the ZC base package.
best.
Bookmarks