Skip to content

Commit 1c98490

Browse files
author
Richard Jones
committed
responses to user rego email [SF#1470254]
1 parent 84055bd commit 1c98490

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Fixed:
1414
"type" was optional)
1515
- verbose output during import is optional now (sf bug 1475624)
1616
- escape *all* uses of "schema" in mysql backend (sf bug 1472120)
17+
- responses to user rego email (sf bug 1470254)
1718

1819

1920
2006-03-03 1.1.1

roundup/cgi/actions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#$Id: actions.py,v 1.59 2006-03-02 23:51:08 richard Exp $
1+
#$Id: actions.py,v 1.60 2006-04-27 03:44:47 richard Exp $
22

33
import re, cgi, StringIO, urllib, Cookie, time, random, csv, codecs
44

@@ -853,7 +853,7 @@ def handle(self):
853853
""" % {'name': user_props['username'], 'tracker': tracker_name,
854854
'url': self.base, 'otk': otk}
855855
if not self.client.standard_message([user_props['address']], subject,
856-
body):
856+
body, (tracker_name, tracker_email)):
857857
return
858858

859859
# commit changes to the database

0 commit comments

Comments
 (0)