stekkel пре 23 година
родитељ
комит
2fe0fe9194
1 измењених фајлова са 1 додато и 1 уклоњено
  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);
     $issent = ($mailbox == $sent_folder);
 
 
-    $msgs = fillMessageArray($imapConnection,$id,$issent,$cnt);
+    $msgs = fillMessageArray($imapConnection,$id,$cnt);
 
 
     return $msgs;
     return $msgs;
 }
 }