ispman/ispman-web/cgi-bin/tmpl/domains/add defaultfilehost.tmpl,1.1,1.2
Joerg Delker <[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-serv32448/ispman-web/cgi-bin/tmpl/domains/add
Modified Files:
defaultfilehost.tmpl
Log Message:
changed wrong var name
(thanks to Mads Kiilerich)
Index: defaultfilehost.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add/defaultfilehost.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- defaultfilehost.tmpl 23 Jul 2003 06:01:02 -0000 1.1
+++ defaultfilehost.tmpl 20 Jun 2004 09:24:36 -0000 1.2
@@ -6,13 +6,13 @@
<select name="ispmanDomainDefaultFileServer">
<perl>
my $text="";
- my @ispmanDomainDefaultWebHosts=$ispman->getGroupMembers("fileservergroup");
+ my @ispmanDomainDefaultFileServers=$ispman->getGroupMembers("fileservergroup");
- for (@ispmanDomainDefaultWebHosts){
+ for (@ispmanDomainDefaultFileServers){
$text.="<option VALUE='$_'>$_</option>";
}
- if ($#ispmanDomainDefaultWebHosts<0){
+ if ($#ispmanDomainDefaultFileServers<0){
$text.="<option VALUE=''>";
$text.=_("WARNING: No members in group [_1] defined", "fileservergroup");
$text.="</option>";
-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND