Changeset 334 for trunk/email2trac.py.in
- Timestamp:
- 03/24/10 12:25:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r333 r334 391 391 """ 392 392 s = '' 393 #if m['To'] and len(m['To']) > 0 and m['To'] != 'hic@sara.nl': 393 394 394 if m['To'] and len(m['To']) > 0: 395 395 s = "'''To:''' %s\r\n" %(m['To']) … … 626 626 2) Set default value for field (use_default=1) 627 627 """ 628 if self. DEBUG:629 print " TD: update_ticket_fields"628 if self.VERBOSE: 629 print "VB: update_ticket_fields" 630 630 631 631 # Build a system dictionary from the ticket fields … … 689 689 creating a new one. 690 690 """ 691 if self. DEBUG:692 print " TD: ticket_update: %s" %id691 if self.VERBOSE: 692 print "VB: ticket_update: %s" %id 693 693 694 694 # Must we update ticket fields
Note: See TracChangeset
for help on using the changeset viewer.