http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6296
Ian Walls <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #23 from Ian Walls <[email protected]> --- Lots of whitespace cleanup, thank you. Removes the capture of checkauth return values in a lot of scripts... but in all cases, these variables were not used later. This is unnecessary, but not harmful, and does reduce the number of variables stored on those scripts. Implementation of PKI / x.509 certs is safe for other login types, so this will not impact anyone not using the feature. The line added to sysprefs.sql does not match the line in updatedatabase.pl. The sysprefs.sql line is more thorough, giving a proper default value and a controlled list of values, where the updatedatabase version omits these things. I've corrected this. Marking Passed QA -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
