Changeset 366 for trunk/email2trac.py.in


Ignore:
Timestamp:
05/25/10 08:36:39 (14 years ago)
Author:
bas
Message:

Fixed an important error in ticket_update_by_subject. email2trac crashed when this option was enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r363 r366  
    948948
    949949                                        if matched_id:
    950                                                 matched_id = '#%d:' % matched_id
     950                                                matched_id = '#%d' % matched_id
    951951                                                return matched_id
    952952
Note: See TracChangeset for help on using the changeset viewer.