Bug 5382 - There is a switch statement in opac-detail.pl which adds an unwanted dependency on perl 5.10.1
Summary: There is a switch statement in opac-detail.pl which adds an unwanted dependen...
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: 3.4
Hardware: All All
: PATCH-Sent (DO NOT USE) normal (vote)
Assignee: Frédéric Demians
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-10 21:53 UTC by Chris Cormack
Modified: 2012-10-25 23:10 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-11-10 21:53:10 UTC
Commit  92e204713b60a8211b110275104097787326485e

Introduced a switch statement which is breaking opac-detail.pl.

This needs to be changed to an if construct.
Comment 1 Chris Cormack 2010-11-10 22:13:58 UTC
Patch from Frederic pushed new/bug_5382, and merged to master, please test and close