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

Evergreen Git git at git.evergreen-ils.org
Thu Jan 5 14:30:17 EST 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  fa73a59f4b4cbc8d1c4bc1707c664bca555ecab8 (commit)
      from  8c3f0f89c62b094a12b426b965376ca5dbbd474a (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 fa73a59f4b4cbc8d1c4bc1707c664bca555ecab8
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Thu Jan 5 14:24:16 2012 -0500

    Fix summary.tt2 openurl block
    
    The extra if was likely added to fix a problem with a missing ;
    
    The missing ; was put back, but the extra if then became a problem.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2
index f081747..c67d0ef 100644
--- a/Open-ILS/src/templates/opac/parts/record/summary.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2
@@ -72,7 +72,6 @@
     [%- END %]
     </tbody></table>
 [%- END %]
-[%- IF openurls.size && openurls.0 != '' %]
     </div>    
 [%- END %]
 [%- merged_uris = args.uris.merge(args.online_res);

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

Summary of changes:
 .../src/templates/opac/parts/record/summary.tt2    |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list