bug 5243: avoid crash when saving authority records on certain setups
authorGalen Charlton <gmcharlt@gmail.com>
Thu, 28 Oct 2010 12:09:47 +0000 (08:09 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 2 Nov 2010 03:13:27 +0000 (16:13 +1300)
commit9bd16d23b24d734afa97a047ec66884915544663
treedfb96cbde50851938d751b454b8d01b439fc6eae
parent5fa376542d682b551e70eb5e591d7133e09bff20
bug 5243: avoid crash when saving authority records on certain setups

This does not seem to occur on all platforms - C4::Search
exports SimpleSearch() by default - but adding the 'C4::Search::'
qualifier certainly doesn't hurt things.

Patch by Fridolyn Somers <fridolyn.somers@gmail.com>

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/AuthoritiesMarc.pm