[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 064785f3bdf573ba7e5731f90abf6a0caff26f07

Evergreen Git git at git.evergreen-ils.org
Wed May 2 16:25:46 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_1 has been updated
       via  064785f3bdf573ba7e5731f90abf6a0caff26f07 (commit)
      from  2f973f8013ea730cd5beb8edc52cce1153a1ebe3 (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 064785f3bdf573ba7e5731f90abf6a0caff26f07
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