Changeset 234 for trunk/email2trac.py.in
- Timestamp:
- 11/19/08 10:10:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r233 r234 688 688 value = field.get('value') 689 689 options = field.get('options') 690 if value and options and value not in options 690 if value and options and value not in options: 691 691 value = options[int(value)] 692 692
Note: See TracChangeset
for help on using the changeset viewer.