Sorry to keep piling them on, but I found another one Cap'n.
While I was working on the templates instead of disabling the hack I just made it non-viewable to the registered users usergroup, and that worked fine. However, when I went to make it non-viewable to unregistered/not logged in usergroup, I got this error upon saving the settings:
Code:
Invalid SQL:
INSERT INTO cron
(weekday, day, hour, minute, filename, loglevel, title) VALUES
(-1, -1, -1, "a:1:{i:0;i:0;}", "./includes/cron/guestquotes.php", 1, "QuoteIt! Guest Voting Cleanup");
MySQL Error : Unknown column 'title' in 'field list'
I went back in and selected 'no' for all the other options and it saved fine.