ispman/install-data/templates users.ldif.template, 1.15.8.3, 1.15.8.4

Pedro Algarvio <[email protected]> Thu, 05 Oct 2006 14:39:46 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/install-data/templates
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3696/install-data/templates

Modified Files:
      Tag: dev_1_3-cyrus_virtdomain2
	users.ldif.template 
Log Message:
One last '==' instead of 'eq' bug.


Index: users.ldif.template
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/templates/users.ldif.template,v
retrieving revision 1.15.8.3
retrieving revision 1.15.8.4
diff -u -d -r1.15.8.3 -r1.15.8.4
--- users.ldif.template	5 Oct 2006 11:51:55 -0000	1.15.8.3
+++ users.ldif.template	5 Oct 2006 14:39:44 -0000	1.15.8.4
@@ -49,7 +49,7 @@
    $text="";
    if ($r->param("mailHost")){
       my $address="";
-      if ( lc( $ispman->getConf("allowFullEmailLogins") ) == 'yes') {
+      if ( lc( $ispman->getConf("allowFullEmailLogins") ) eq 'yes') {
          $address=join '@', ($r->param("userid"), $r->param("ispmanDomain"));
       } else {
          $address=join '@', ($r->param("uid"), $r->param("mailHost"));


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV