Hi all!

I'm adding some additional functionality to the aggregator.module. In the feed configuration panel, I've a couple fields that I want to save to the aggregator_feed_item table. I would like to validate the fields before shoving them in the database. I've searched around for a good example of using hook_validate to trap fields with improperly formatted data (varchar vs. integers). I have the logic in aggregator_validate, but when I save the feed configration the field isn't validated. Is there a call I need to make that would force aggregator_validate to be called when I hit the Update or Submit button?

Regards,

Devin.