Tyler Akins hace 24 años
padre
commit
d8f247a7bc
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      functions/imap_search.php
  2. 1 1
      src/folders.php
  3. 1 1
      src/options_order.php

+ 1 - 1
functions/imap_search.php

@@ -68,7 +68,7 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo
    }
    }
    $issent = ($mailbox == $sent_folder);
    $issent = ($mailbox == $sent_folder);
    $hdr_list = sqimap_get_small_header_list($imapConnection, $id, $issent);
    $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) {
    foreach ($hdr_list as $hdr) {
       $from[] = $hdr->from;
       $from[] = $hdr->from;
       $date[] = $hdr->date;
       $date[] = $hdr->date;

+ 1 - 1
src/folders.php

@@ -216,7 +216,7 @@
    $boxes_sub = $boxes;
    $boxes_sub = $boxes;
 
 
    /** SUBSCRIBE TO FOLDERS **/
    /** 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);
    $imap_stream = sqimap_login ($username, $key, $imapServerAddress, $imapPort, 1);
    $boxes_all = sqimap_mailbox_list_all ($imap_stream);
    $boxes_all = sqimap_mailbox_list_all ($imap_stream);
 
 

+ 1 - 1
src/options_order.php

@@ -1,6 +1,6 @@
 <?php
 <?php
    /**
    /**
-    **  options_highlight.php
+    **  options_order.php
     **
     **
     **  Copyright (c) 1999-2000 The SquirrelMail development team
     **  Copyright (c) 1999-2000 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **  Licensed under the GNU GPL. For full terms see the file COPYING.