Explorar o código

Add/keep printHeader() default arguments

alex-brainstorm %!s(int64=21) %!d(string=hai) anos
pai
achega
4a44cb4634
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -844,7 +844,7 @@ function mail_message_listing_end($num_msgs, $paginator_str, $msg_cnt_str, $colo
     echo "</FORM>\n";
     echo "</FORM>\n";
 }
 }
 
 
-function printHeader($mailbox, $sort, $color, $showsort=true, $start_msg) {
+function printHeader($mailbox, $sort, $color, $showsort=true, $start_msg=0) {
     global $index_order;
     global $index_order;
     echo html_tag( 'tr' ,'' , 'center', $color[5] );
     echo html_tag( 'tr' ,'' , 'center', $color[5] );