logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: squirrelmail/config conf.pl,1.154.2.35,1.154.2.36: msg#00077

Subject: CVS: squirrelmail/config conf.pl,1.154.2.35,1.154.2.36
Update of /cvsroot/squirrelmail/squirrelmail/config
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13303

Modified Files:
      Tag: SM-1_4-STABLE
        conf.pl 
Log Message:
Use eq for string compare.
Thanks Tomas for spotting this.



Index: conf.pl
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/config/conf.pl,v
retrieving revision 1.154.2.35
retrieving revision 1.154.2.36
diff -u -w -r1.154.2.35 -r1.154.2.36
--- conf.pl     7 Oct 2006 11:58:42 -0000       1.154.2.35
+++ conf.pl     18 Dec 2006 17:57:25 -0000      1.154.2.36
@@ -1847,7 +1847,7 @@
 
 # Automatically delete folders 
 sub command215 {
-    if ( $imap_server_type == "uw" ) {
+    if ( $imap_server_type eq "uw" ) {
         print "UW IMAP servers will not allow folders containing";
         print "mail to also contain folders.\n";
         print "Deleting folders will bypass the trash folder and";


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


<Prev in Thread] Current Thread [Next in Thread>