Changeset 765
- Timestamp:
- 12/15/08 20:12:39 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/trac-hacks/announcerplugin/announcerplugin/subscribers/ticket_compat.py
r748 r765 208 208 if event.realm == 'ticket': 209 209 if event.category in ('created', 'changed', 'attachment added'): 210 cc = event.target['cc'] 210 cc = event.target['cc'] or '' 211 211 for chunk in re.split('\s|,', cc): 212 212 chunk = chunk.strip()
Note: See TracChangeset
for help on using the changeset viewer.
