Changeset 3112
- Timestamp:
- 01/20/08 16:50:14 (1 year ago)
- Files:
-
- fullblogplugin/0.11/tracfullblog/spamfilter.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fullblogplugin/0.11/tracfullblog/spamfilter.py
r3106 r3112 40 40 field_names = set(fields).union(last_post_fields) 41 41 changes = [(to_unicode(last_post_fields.get(k, '')), 42 to_unicode(fields.get(k, ''))) 42 to_unicode(fields.get(k, '')))] 43 43 author = fields.get('author', '') 44 44 FilterSystem(self.env).test(req, author, changes)
