Bugzilla – Attachment #157801: Bug 35148: before_send_messages plugin hook does not pass the --where option for
bug #35148
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
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