[open-ils-commits] [GIT] Evergreen ILS branch master updated. d7ca3063e82919015a1692f3646351b0c7b79012
Evergreen Git
git at git.evergreen-ils.org
Tue Jul 12 09:43:26 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via d7ca3063e82919015a1692f3646351b0c7b79012 (commit)
from 16c32ec7e6d07b5249c1a46041680e92f2f0c69f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d7ca3063e82919015a1692f3646351b0c7b79012
Author: Mike Rylander <mrylander at gmail.com>
Date: Tue Jul 12 09:40:54 2011 -0400
Removing errant comma spotted by Thomas Berezansky
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/sql/Pg/011.schema.authority.sql b/Open-ILS/src/sql/Pg/011.schema.authority.sql
index 630fece..e0c715a 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
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/sql/Pg/011.schema.authority.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list