[open-ils-commits] r8132 - branches/rel_1_2_1/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 3 20:48:59 EST 2007


Author: miker
Date: 2007-12-03 20:29:34 -0500 (Mon, 03 Dec 2007)
New Revision: 8132

Modified:
   branches/rel_1_2_1/Open-ILS/src/sql/Pg/002.schema.config.sql
Log:
forward porting xpath typo fix from Dan Scott

Modified: branches/rel_1_2_1/Open-ILS/src/sql/Pg/002.schema.config.sql
===================================================================
--- branches/rel_1_2_1/Open-ILS/src/sql/Pg/002.schema.config.sql	2007-12-04 01:06:54 UTC (rev 8131)
+++ branches/rel_1_2_1/Open-ILS/src/sql/Pg/002.schema.config.sql	2007-12-04 01:29:34 UTC (rev 8132)
@@ -147,7 +147,7 @@
 
 
 INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'series', 'seriestitle', $$//mods:mods/mods:relatedItem[@type="series"]/mods:titleInfo$$ );
-INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'title', 'abbreviated', $$//mods:mods/mods:titleInfo[mods:title and (@type='abreviated')]$$ );
+INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'title', 'abbreviated', $$//mods:mods/mods:titleInfo[mods:title and (@type='abbreviated')]$$ );
 INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'title', 'translated', $$//mods:mods/mods:titleInfo[mods:title and (@type='translated')]$$ );
 INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'title', 'uniform', $$//mods:mods/mods:titleInfo[mods:title and (@type='uniform')]$$ );
 INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'title', 'proper', $$//mods:mods/mods:titleInfo[mods:title and not (@type)]$$ );



More information about the open-ils-commits mailing list