Browse Source

removed some vars

stekkel 23 năm trước cách đây
mục cha
commit
2fe0fe9194
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      functions/imap_search.php

+ 1 - 1
functions/imap_search.php

@@ -92,7 +92,7 @@ function sqimap_search($imapConnection, $search_where, $search_what, $mailbox,
     }
     $issent = ($mailbox == $sent_folder);
 
-    $msgs = fillMessageArray($imapConnection,$id,$issent,$cnt);
+    $msgs = fillMessageArray($imapConnection,$id,$cnt);
 
     return $msgs;
 }