From: Mike Rylander Date: Tue, 12 Jul 2011 13:40:54 +0000 (-0400) Subject: Removing errant comma spotted by Thomas Berezansky X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d7ca3063e82919015a1692f3646351b0c7b79012;p=evergreen%2Fmasslnc.git Removing errant comma spotted by Thomas Berezansky Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/sql/Pg/011.schema.authority.sql b/Open-ILS/src/sql/Pg/011.schema.authority.sql index 630fece552..e0c715ace7 100644 --- a/Open-ILS/src/sql/Pg/011.schema.authority.sql +++ b/Open-ILS/src/sql/Pg/011.schema.authority.sql @@ -225,7 +225,7 @@ CREATE OR REPLACE VIEW authority.tracing_links AS link.id AS link_id, link.tag AS link_tag, oils_xpath_string('//*[@tag="'||link.tag||'"]/*[local-name()="subfield"]', are.marc) AS link_value, - authority.normalize_heading(are.marc) AS normalized_main_value, + authority.normalize_heading(are.marc) AS normalized_main_value FROM authority.full_rec main JOIN authority.record_entry are ON (main.record = are.id) JOIN authority.control_set_authority_field main_entry