Ticket #2408: Ticket_2408.patch
| File Ticket_2408.patch, 484 bytes (added by dbrocher@…, 3 years ago) |
|---|
-
Notify.py
old new 291 291 cursor.execute("SELECT DISTINCT author,ticket FROM ticket_change " 292 292 "WHERE ticket=%s", (tktid,)) 293 293 for author,ticket in cursor: 294 recipients.append( row[0])294 recipients.append(author) 295 295 296 296 # Add smtp_always_cc address 297 297 acc = self.config.get('notification', 'smtp_always_cc')
