Преглед изворни кода

fix warning when we access fillMessagesArray from a search

stekkel пре 22 година
родитељ
комит
e2b01ef8de
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -528,7 +528,7 @@ function calc_msort($msgs, $sort) {
     return $msort;
 }
 
-function fillMessageArray($imapConnection, $id, $count, $show_num) {
+function fillMessageArray($imapConnection, $id, $count, $show_num=false) {
     return sqimap_get_small_header_list($imapConnection, $id, $show_num);
 }