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

(-)a/misc/cronjobs/process_message_queue.pl (-1 / +1 lines)
Lines 100-105 if ( C4::Context->config("enable_plugins") ) { Link Here
100
                        limit       => $limit,
100
                        limit       => $limit,
101
                        type        => \@type,
101
                        type        => \@type,
102
                        letter_code => \@letter_code,
102
                        letter_code => \@letter_code,
103
                        where       => $where,
103
                    }
104
                    }
104
                );
105
                );
105
            }
106
            }
106
- 

Return to bug 35148