ispman/ispman-web/cgi-bin/tmpl/domains/add homedirectory.tmpl,1.5,1.6

[email protected]
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32720

Modified Files:
	homedirectory.tmpl 
Log Message:
fixing case bug

Index: homedirectory.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add/homedirectory.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- homedirectory.tmpl	28 Apr 2003 14:47:19 -0000	1.5
+++ homedirectory.tmpl	25 Jan 2004 05:17:29 -0000	1.6
@@ -2,7 +2,7 @@
 <tr>
     <td><perl>_("Home Directory")</perl></td>
     <td>
-        <input size=35 type=text name=homeDirectory value="<perl>join '/', ($ispman->getConf("defaultHomeDirectoryPath"), $r->param("domain"))</perl>">
+        <input size=35 type=text name=homeDirectory value="<perl>join '/', ($ispman->getConf("defaultHomeDirectoryPath"), lc($r->param("domain")))</perl>">
     </td>
 </tr>
 



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.