[Koha-bugs] [Bug 10325] Allow system preferences to be overridable from koha-httpd.conf

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 15 11:21:45 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10325

--- Comment #24 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
my @k= grep {/OVERRIDE_SYSPREF_$var/i} keys %ENV;

Safer variant: my @k= grep {/^OVERRIDE_SYSPREF_${var}$/i} keys %ENV;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list