CVS: tmda-cgi Install.py,1.35,1.36
Jim Ramsay <[email protected]> Fri, 19 Mar 2004 14:08:18 -0800
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15960
Modified Files:
Install.py
Log Message:
Typo in last commit.
Index: Install.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/Install.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- Install.py 19 Mar 2004 20:05:51 -0000 1.35
+++ Install.py 19 Mar 2004 22:08:16 -0000 1.36
@@ -660,7 +660,7 @@
}
Dict["ShortUrlDom"] = re.sub("^www\.", "", Dict["UrlDomain"], re.I)
Dict["qUser"] = re.sub("\.", ":", Dict["User"])
- Match = re.search("^/(?:[^\./]+/)+([^\./]+\.[^/]+)/(?:[^/]+/)+/?$", Dict["Home"])
+ Match = re.search("^/(?:[^\./]+/)+([^\./]+\.[^/]+)(?:/[^/]+)+/?$", Dict["Home"])
if Match: Dict["Domain"] = Match.group(1)
# Load the display template