[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 3501dd8f265bce21c1952d0ea46b439f4c9386c6
Evergreen Git
git at git.evergreen-ils.org
Wed May 2 16:25:19 EDT 2012
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_2 has been updated
via 3501dd8f265bce21c1952d0ea46b439f4c9386c6 (commit)
from 61cca819d8ee767a907bc1dbd54c3921beb226ee (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 3501dd8f265bce21c1952d0ea46b439f4c9386c6
Author: Jeff Godin <jgodin at tadl.org>
Date: Tue Apr 17 10:46:22 2012 -0400
Fix LP 984039: correct Syndetic Kirkus Reviews
Use correct "filename" component of URL for retrieving Kirkus
Reviews content from Syndetic Solutions.
Correct filename confirmed by Bowker technical support, and by
empirical tests.
Signed-off-by: Jeff Godin <jgodin at tadl.org>
Signed-off-by: Michael Peters <mrpeters at library.in.gov>
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent/Syndetic.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent/Syndetic.pm
index 6ae2a5a..62b7afc 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent/Syndetic.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent/Syndetic.pm
@@ -121,7 +121,7 @@ sub reviews_html {
$reviews{chreview} = $self->fetch_content('chreview.html', $key);
$reviews{blreview} = $self->fetch_content('blreview.html', $key);
$reviews{hbreview} = $self->fetch_content('hbreview.html', $key);
- $reviews{kirkreview} = $self->fetch_content('kirkreview.html', $key);
+ $reviews{kireview} = $self->fetch_content('kireview.html', $key);
for(keys %reviews) {
if( ! $self->data_exists($reviews{$_}) ) {
@@ -152,7 +152,7 @@ sub reviews_xml {
$reviews{chreview} = $self->fetch_content('chreview.xml', $key);
$reviews{blreview} = $self->fetch_content('blreview.xml', $key);
$reviews{hbreview} = $self->fetch_content('hbreview.xml', $key);
- $reviews{kirkreview} = $self->fetch_content('kirkreview.xml', $key);
+ $reviews{kireview} = $self->fetch_content('kireview.xml', $key);
for(keys %reviews) {
if( ! $self->data_exists($reviews{$_}) ) {
-----------------------------------------------------------------------
Summary of changes:
.../lib/OpenILS/WWW/AddedContent/Syndetic.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list