10 Sep
2013
10 Sep
'13
9:22 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10872 --- Comment #1 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 20973 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20973&action=edit Bug 10872 - C4::Items.pm has YAML::Load in GetHiddenItems but lacks use or require There should be a: "require YAML;" or "use YAML qw/Load/;" as the GetHiddenItems routine has a reference to YAML::Load. This was discovered while adding a GetHiddenItems() call into opac/opac-MARCdetail.pl. I believe this problem dates back to bug 6488 or bug 5984. -- You are receiving this mail because: You are watching all bug changes.