[open-ils-commits] [GIT] Evergreen ILS branch master updated. e62e2f75b0d6cb9100811f8db90abac93dcca118

Evergreen Git git at git.evergreen-ils.org
Wed May 25 11:41:33 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  e62e2f75b0d6cb9100811f8db90abac93dcca118 (commit)
      from  8bb24e67e89c016dfc7d3d0c0c717da3e46fdbad (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 e62e2f75b0d6cb9100811f8db90abac93dcca118
Author: Dan Scott <dan at coffeecode.net>
Date:   Wed May 25 11:38:11 2011 -0400

    Fix authority linking script typo
    
    Problem reported by Ditty Mulder <dmu at iisg.nl>
    
    Signed-off-by: Dan Scott <dan at coffeecode.net>

diff --git a/Open-ILS/src/support-scripts/authority_control_fields.pl.in b/Open-ILS/src/support-scripts/authority_control_fields.pl.in
index ad3cfde..60c9d17 100755
--- a/Open-ILS/src/support-scripts/authority_control_fields.pl.in
+++ b/Open-ILS/src/support-scripts/authority_control_fields.pl.in
@@ -323,7 +323,7 @@ my %controllees = (
              y => { 151 => 'y' },
              z => { 151 => 'z' },
     },
-    830 => { a => { 830 => 'a' },
+    830 => { a => { 130 => 'a' },
              d => { 130 => 'd' },
              f => { 130 => 'f' },
              g => { 130 => 'g' },

-----------------------------------------------------------------------

Summary of changes:
 .../support-scripts/authority_control_fields.pl.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list