From 6207d1449b06f5a40f823f09c2b4efc51d2163ac Mon Sep 17 00:00:00 2001 From: dbs Date: Sat, 13 Sep 2008 05:37:15 +0000 Subject: [PATCH] Typo: MODS doesn't define "abreviated" git-svn-id: svn://svn.open-ils.org/ILS/trunk@10586 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm b/Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm index e61ae1abe5..a2b440cc33 100644 --- a/Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm +++ b/Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm @@ -35,7 +35,7 @@ my $xpathset = { title => { abbreviated => - "//mods:mods/mods:titleInfo[mods:title and (\@type='abreviated')]", + "//mods:mods/mods:titleInfo[mods:title and (\@type='abbreviated')]", translated => "//mods:mods/mods:titleInfo[mods:title and (\@type='translated')]", uniform => -- 2.43.2