Lines 151-156
if ( (C4::Context->config('zebra_auth_index_mode') eq 'grs1') && ($context->{'se
Link Here
|
151 |
}; |
151 |
}; |
152 |
} |
152 |
} |
153 |
|
153 |
|
|
|
154 |
if ( ! defined C4::Context->config('log4perl_conf') ) { |
155 |
push @xml_config_warnings, { |
156 |
error => 'log4perl_entry_missing' |
157 |
} |
158 |
} |
159 |
|
154 |
# Test QueryParser configuration sanity |
160 |
# Test QueryParser configuration sanity |
155 |
if ( C4::Context->preference( 'UseQueryParser' ) ) { |
161 |
if ( C4::Context->preference( 'UseQueryParser' ) ) { |
156 |
# Get the QueryParser configuration file name |
162 |
# Get the QueryParser configuration file name |