Changeset 234


Ignore:
Timestamp:
11/19/08 10:10:03 (15 years ago)
Author:
bas
Message:

email2trac.py.in:

  • fix typo error, closes #104
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r233 r234  
    688688                                value = field.get('value')
    689689                                options = field.get('options')
    690                                 if value and options and value not in options
     690                                if value and options and value not in options:
    691691                                        value = options[int(value)]
    692692
Note: See TracChangeset for help on using the changeset viewer.