fixed typo (Bug #405483)
authorcentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 4 Mar 2001 12:20:01 +0000 (12:20 +0000)
committercentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 4 Mar 2001 12:20:01 +0000 (12:20 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1166 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_mailbox.php

index 9ada3fa703a8982a339ea900e934bfdce01f24f5..f88a5995e287c4ef166927e3c091a435ad7e3dff 100755 (executable)
          if (isset($read[0]))
          $sorted_list_ary[$i] = $read[0];
          else
-         $sorget_list_ary[$i] = "";
+         $sorted_list_ary[$i] = "";
          if (isset($sorted_list_ary[$i]) && find_mailbox_name($sorted_list_ary[$i]) == "INBOX")
             $inbox_in_list = true;
       }