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

(-)a/C4/Members.pm (-4 / +1 lines)
Lines 42-50 use Text::Unaccent qw( unac_string ); Link Here
42
use Koha::AuthUtils qw(hash_password);
42
use Koha::AuthUtils qw(hash_password);
43
use Koha::Database;
43
use Koha::Database;
44
use Module::Load;
44
use Module::Load;
45
if ( C4::Context->preference('NorwegianPatronDBEnable') && C4::Context->preference('NorwegianPatronDBEnable') == 1 ) {
45
use Koha::NorwegianPatronDB qw( NLUpdateHashedPIN NLEncryptPIN NLSync );
46
    load Koha::NorwegianPatronDB, qw( NLUpdateHashedPIN NLEncryptPIN NLSync );
47
}
48
46
49
our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug);
47
our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug);
50
48
51
- 

Return to bug 15151