[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0e7fb6da9e0bbd3f82b5711a8e4c02f03b224660
Evergreen Git
git at git.evergreen-ils.org
Wed May 2 16:24:44 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, master has been updated
via 0e7fb6da9e0bbd3f82b5711a8e4c02f03b224660 (commit)
from dfffbe863516b21d4c8f55c3fd71a809819b8b6f (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 0e7fb6da9e0bbd3f82b5711a8e4c02f03b224660
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