Lines 120-126
END_WARN
Link Here
|
120 |
# Since advance notice options are not visible in the web-interface |
120 |
# Since advance notice options are not visible in the web-interface |
121 |
# unless EnhancedMessagingPreferences is on, let the user know that |
121 |
# unless EnhancedMessagingPreferences is on, let the user know that |
122 |
# this script probably isn't going to do much |
122 |
# this script probably isn't going to do much |
123 |
if ( !C4::Context->preference('EnhancedMessagingPreferences') ) { |
123 |
if ( !C4::Context->preference('EnhancedMessagingPreferences') && $verbose ) { |
124 |
warn <<'END_WARN'; |
124 |
warn <<'END_WARN'; |
125 |
|
125 |
|
126 |
The "EnhancedMessagingPreferences" syspref is off. |
126 |
The "EnhancedMessagingPreferences" syspref is off. |
127 |
- |
|
|