ispman/lib/ISPMan UserMan.pm,1.58.4.6,1.58.4.7

Pedro Algarvio <[email protected]> Thu, 05 Oct 2006 13:57:52 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib/ISPMan
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv20440/lib/ISPMan

Modified Files:
      Tag: dev_1_3-cyrus_virtdomain2
	UserMan.pm 
Log Message:
Fixed a MAJOR bug, new virtdomains behaviour was beeing enforced. I HATE Perl!


Index: UserMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/UserMan.pm,v
retrieving revision 1.58.4.6
retrieving revision 1.58.4.7
diff -u -d -r1.58.4.6 -r1.58.4.7
--- UserMan.pm	5 Oct 2006 11:51:55 -0000	1.58.4.6
+++ UserMan.pm	5 Oct 2006 13:57:50 -0000	1.58.4.7
@@ -275,7 +275,7 @@
             "deleteMailbox", "mailbox=$self->{'user'}{'uid'}");
     }
 
-    if ( lc( $self->getConf('allowFullEmailLogins') ) == 'yes' ) {
+    if ( lc( $self->getConf('allowFullEmailLogins') ) eq 'yes' ) {
         my $_dn = $dn;
         $_dn =~ s/=/#/g;
         


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