CVS: tmda-cgi Release.py,1.9,1.10
Jim Ramsay <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv5797
Modified Files:
Release.py
Log Message:
Fixed a typo
Index: Release.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/Release.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Release.py 25 Jun 2003 16:16:51 -0000 1.9
+++ Release.py 25 Jun 2003 17:12:26 -0000 1.10
@@ -66,7 +66,7 @@
# Check for old-style format
UID, Cookie = QueryString.split(".", 1)
UID = int(UID)
- User = pwd.getpwduid(UID)[0]
+ User = pwd.getpwuid(UID)[0]
OldStyle = 1
except (ValueError, KeyError):
CgiUtil.TermError("Unable to parse query string.",
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs