@@ -, +, @@ --- C4/InstallAuth.pm | 4 ---- 1 file changed, 4 deletions(-) --- a/C4/InstallAuth.pm +++ a/C4/InstallAuth.pm @@ -428,10 +428,6 @@ sub checkpw { # some features won't be effective : modify systempref, modify MARC structure, return 2; } - else{ - - - } } END { } # module clean-up code here (global destructor) --