Silly typos
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 27 Jun 2001 16:36:48 +0000 (16:36 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 27 Jun 2001 16:36:48 +0000 (16:36 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1432 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_search.php
src/folders.php
src/options_order.php

index d1ea2020b4861705ee4d56f64995e4c24d1cfaaf..a92e8970bf65c7c4b52f746ecb381f047edb3247 100644 (file)
@@ -68,7 +68,7 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo
    }
    $issent = ($mailbox == $sent_folder);
    $hdr_list = sqimap_get_small_header_list($imapConnection, $id, $issent);
-   $flags = sqimap_get_flags_list($imapConnection, $id, $issnet);
+   $flags = sqimap_get_flags_list($imapConnection, $id, $issent);
    foreach ($hdr_list as $hdr) {
       $from[] = $hdr->from;
       $date[] = $hdr->date;
index 7c7ee384e36dbe6c57607a6c9d8673712c9235e3..275a4c3dbfebbd4b82d1de6abf98c845d2e99944 100644 (file)
    $boxes_sub = $boxes;
 
    /** SUBSCRIBE TO FOLDERS **/
-   echo "<TD BGCOLOR=\"$color[0]\" widtn=50% ALIGN=CENTER>";
+   echo "<TD BGCOLOR=\"$color[0]\" width=50% ALIGN=CENTER>";
    $imap_stream = sqimap_login ($username, $key, $imapServerAddress, $imapPort, 1);
    $boxes_all = sqimap_mailbox_list_all ($imap_stream);
 
index 7c4ca65ab765450a374ceddb37ac4028e313d0cd..e889a8733f26b54fbe6e31b84d0e21dc51c0979f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
    /**
-    **  options_highlight.php
+    **  options_order.php
     **
     **  Copyright (c) 1999-2000 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.