View | Details | Raw Unified | Return to bug 18894
Collapse All | Expand All

(-)a/C4/Letters.pm (-4 / +4 lines)
Lines 1023-1033 ENDSQL Link Here
1023
1023
1024
=head2 SendQueuedMessages ([$hashref]) 
1024
=head2 SendQueuedMessages ([$hashref]) 
1025
1025
1026
  my $sent = SendQueuedMessages( { verbose => 1 } );
1026
    my $sent = SendQueuedMessages({ verbose => 1, limit => 50 });
1027
1027
1028
sends all of the 'pending' items in the message queue.
1028
Sends all of the 'pending' items in the message queue, unless the optional
1029
limit parameter is passed too. The verbose parameter is also optional.
1029
1030
1030
returns number of messages sent.
1031
Returns number of messages sent.
1031
1032
1032
=cut
1033
=cut
1033
1034
1034
- 

Return to bug 18894