http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10325
Galen Charlton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Galen Charlton <[email protected]> --- Another thing that occurred to me -- some system preference names contain hyphens and colons, neither of which can be used as part of environment variable names. Not a huge deal, but perhaps the override mechanism should do some normalization of the syspref name before checking the environment. For example, it could normalize hyphens and colons to underscores, so that $context->preference('ILS-DI:AuthorisedIPs') would check for an environment variable named OVERRIDE_SYSPREF_ILS_DI_AuthorisedIPs. -- 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/
