| Summary: | MARC-8 character set isn't preselected properly when editing Z39.50 servers | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jared Camins-Esakov <jcamins> |
| Component: | Staff interface | Assignee: | Paul Poulain <paul.poulain> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | gmcharlt, magnus |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Jared Camins-Esakov
2012-05-13 16:15:15 UTC
The problem appears to be the hyphen, which is not permitted in variable names. The offending code is:
$template->param( $_ . $data->{$_} => 1)
for ( qw( syntax encoding ) );
|