From: Matthew M. <ma...@tu...> - 2002-12-09 12:16:28
|
> I'd like to bring something up along these lines. I'm wondering if > parse() should handle the profanity filtering or breaker(). IMHO, I > think we should store the profanity in the database and filter it on > display. That way, if an admin decides to change his/her filter, any > previous profanity will be revealed. Thoughts? Good point. I think we could leave it up to the developer. You don't have to call parse before you save the data. You could just call strip_tags and addslashes on your own, then call profanityFilter during display. BTW Adam, wasn't there something breaker was not working with properly? Thanks, Matt |