Browse Source

*** empty log message ***

philippe_mingo 23 years ago
parent
commit
397e79d2d1
2 changed files with 6 additions and 4 deletions
  1. 3 3
      plugins/mail_fetch/fetch.php
  2. 3 1
      plugins/sent_subfolders/setup.php

+ 3 - 3
plugins/mail_fetch/fetch.php

@@ -73,11 +73,11 @@
         
         //if password not set, ask for it
         for ($i=0;$i<$mailfetch_server_number;$i++) {
-             if ($mailfetch_pass_[$i]=="") {
-                  echo "<tr>" .
+             if ($mailfetch_pass_[$i]=='') {
+                  echo '<tr>' .
                        '<TD ALIGN=RIGHT>' . _("Password for") . ' <B>' . (($mailfetch_alias_[$i]=='')?$mailfetch_server_[$i]:$mailfetch_alias_[$i]) . '</B>: &nbsp; &nbsp; </TD>' .
                        "<TD><INPUT TYPE=PASSWORD NAME=pass_$i></TD>" .
-                       "</TR>";
+                       '</TR>';
              }
         }
         echo '<TR>' .

+ 3 - 1
plugins/sent_subfolders/setup.php

@@ -160,12 +160,14 @@ function sent_subfolders_update_sentfolder() {
             Multiple year holders with messages in it. level 1.
             Multiple year folders with holders in it. level 2.
         */
-
+/*
         if( $imap_server_type == 'uw' ) {
             $cnd_delimiter = '';
         } else {
             $cnd_delimiter = $delimiter;
         }
+*/        
+        $cnd_delimiter = $delimiter;
                                         
         switch ($sent_subfolders_setting) {
         case SMPREF_SENT_SUBFOLDERS_YEARLY: