[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 05b9ff4f842e6c51735a3ef8510f39791a5efd82
Evergreen Git
git at git.evergreen-ils.org
Wed May 25 11:47:06 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, rel_2_1 has been updated
via 05b9ff4f842e6c51735a3ef8510f39791a5efd82 (commit)
from bc109eaf260fb52e8cd72616c8bb26b6dae2be68 (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 05b9ff4f842e6c51735a3ef8510f39791a5efd82
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