Bläddra i källkod

Doh! Left an extra curly brace.

allah03 24 år sedan
förälder
incheckning
8c6b0c3d72
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      functions/imap_mailbox.php

+ 1 - 1
functions/imap_mailbox.php

@@ -158,7 +158,7 @@
          if (substr($mailbox, -1) == $dm)
          if (substr($mailbox, -1) == $dm)
             $mailbox = substr($mailbox, 0, strlen($mailbox) - 1);
             $mailbox = substr($mailbox, 0, strlen($mailbox) - 1);
          $boxes[$g]['unformatted'] = $mailbox;
          $boxes[$g]['unformatted'] = $mailbox;
-         if (substr($mailbox,0,strlen($folder_prefix))==$folder_prefix) { 
+         if (substr($mailbox,0,strlen($folder_prefix))==$folder_prefix)
             $mailbox = substr($mailbox, strlen($folder_prefix));
             $mailbox = substr($mailbox, strlen($folder_prefix));
          $boxes[$g]['unformatted-disp'] = $mailbox;
          $boxes[$g]['unformatted-disp'] = $mailbox;
          $boxes[$g]['id'] = $g;
          $boxes[$g]['id'] = $g;