Summary: | rename ILS-DI:Authorized_IPs. it was wrong written | ||
---|---|---|---|
Product: | Koha | Reporter: | Alex Arnaud <alex.arnaud> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, magnus, nengard |
Version: | 3.4 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | rename ILS-DI:Authorized_IPs |
Description
Alex Arnaud
2011-04-08 08:50:04 UTC
Created attachment 3825 [details] [review] rename ILS-DI:Authorized_IPs As far as I can see this syspref is written as ILS-DI:AuthorizedIPs in all of these places: * installer/data/mysql/en/mandatory/sysprefs.sql * koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref * opac/ilsdi.pl (line 155: my @AuthorizedIPs = split(/,/, C4::Context->preference('ILS-DI:AuthorizedIPs'));) In fact, the only place I can find it referred to as ILS-DI:Authorized_IPs is in the manual: http://koha-community.org/documentation/3-4-manual-en/?ch=c18#webserviceprefs So perhaps it's easier to just change the manual? I agree, changing the manual looks like the win here Manual updated |