[open-ils-commits] r11416 - branches/rel_1_2_4/Open-ILS/src/perlmods/OpenILS/Application
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Dec 4 18:13:08 EST 2008
Author: erickson
Date: 2008-12-04 18:13:03 -0500 (Thu, 04 Dec 2008)
New Revision: 11416
Modified:
branches/rel_1_2_4/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
Log:
added missing namespace prefix
Modified: branches/rel_1_2_4/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
===================================================================
--- branches/rel_1_2_4/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm 2008-12-04 23:11:36 UTC (rev 11415)
+++ branches/rel_1_2_4/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm 2008-12-04 23:13:03 UTC (rev 11416)
@@ -488,7 +488,7 @@
if($tcn) {
$marcxml->documentElement->removeChild(
- $marcxml->documentElement->findnodes( '//datafield[@tag="035"]' )
+ $marcxml->documentElement->findnodes( '//marc:datafield[@tag="035"]' )
);
}
}
More information about the open-ils-commits
mailing list