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

(-)a/misc/cronjobs/advance_notices.pl (-2 / +1 lines)
Lines 203-209 pod2usage( -verbose => 2 ) if $man; Link Here
203
# Since advance notice options are not visible in the web-interface
203
# Since advance notice options are not visible in the web-interface
204
# unless EnhancedMessagingPreferences is on, let the user know that
204
# unless EnhancedMessagingPreferences is on, let the user know that
205
# this script probably isn't going to do much
205
# this script probably isn't going to do much
206
if ( ! C4::Context->preference('EnhancedMessagingPreferences') ) {
206
if ( ! C4::Context->preference('EnhancedMessagingPreferences') && $verbose ) {
207
    warn <<'END_WARN';
207
    warn <<'END_WARN';
208
208
209
The "EnhancedMessagingPreferences" syspref is off.
209
The "EnhancedMessagingPreferences" syspref is off.
210
- 

Return to bug 29054