ispman/ispman-web/cgi-bin/tmpl/domains/edit locked.tmpl,1.9,1.10

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/edit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25838/ispman-web/cgi-bin/tmpl/domains/edit

Modified Files:
	locked.tmpl 
Log Message:
fixes warning about "uninitialized value"

Index: locked.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/edit/locked.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- locked.tmpl	14 Jun 2004 08:21:18 -0000	1.9
+++ locked.tmpl	20 Jun 2004 09:16:42 -0000	1.10
@@ -4,7 +4,8 @@
     <td> 
     <input class=checkbox type=checkbox name="ispmanDomainLocked"
     <perl>
-       ($ispman->{'domain'}{'ispmanDomainLocked'} eq "true")?
+       ($ispman->{'domain'}{'ispmanDomainLocked'} && 
+        $ispman->{'domain'}{'ispmanDomainLocked'} eq "true")?
         " checked>by $ispman->{'domain'}{'ispmanDomainLockedBy'}":">"
     </perl>
     </td>



-------------------------------------------------------
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
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.