Mercurial > p > roundup > code
diff roundup/cgi/actions.py @ 3604:ccf516e6c3f8
responses to user rego email [SF#1470254]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 27 Apr 2006 03:44:47 +0000 |
| parents | d10008f756a4 |
| children | 53987aa153d2 |
line wrap: on
line diff
--- a/roundup/cgi/actions.py Thu Apr 27 03:40:42 2006 +0000 +++ b/roundup/cgi/actions.py Thu Apr 27 03:44:47 2006 +0000 @@ -1,4 +1,4 @@ -#$Id: actions.py,v 1.59 2006-03-02 23:51:08 richard Exp $ +#$Id: actions.py,v 1.60 2006-04-27 03:44:47 richard Exp $ import re, cgi, StringIO, urllib, Cookie, time, random, csv, codecs @@ -853,7 +853,7 @@ """ % {'name': user_props['username'], 'tracker': tracker_name, 'url': self.base, 'otk': otk} if not self.client.standard_message([user_props['address']], subject, - body): + body, (tracker_name, tracker_email)): return # commit changes to the database
