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

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

Return to bug 29054