https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22943 --- Comment #2 from Hayley Mapley <hayleymapley@catalyst.net.nz> --- Created attachment 90100 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90100&action=edit Bug 22943: Renames the in_ipset function to in_iprange in C4::Auth Bug 14407 introduced a new system preference to allow limiting the online self checkout system to an IP or IP Range. The function that handles this is called in_ipset, which is the name of a linux tool. To stop confusion, this patch renames the function to 'in_iprange', and the variable 'ipset' within it to 'iprange'. To test, follow the test plans outlined in Bug 14407 and confirm that everything works as expected. Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes.