[Koha-patches] [PATCH] add } that slipped out because of bad merge

Galen Charlton galen.charlton at liblime.com
Wed Apr 1 18:03:13 CEST 2009


---
 opac/opac-detail.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl
index d72e2cd..1a48c54 100755
--- a/opac/opac-detail.pl
+++ b/opac/opac-detail.pl
@@ -343,6 +343,7 @@ if ( C4::Context->preference("SyndeticsEnabled")
     $template->param( SYNDETICS_ANOTES => $syndetics_anotes );
     };
     warn $@ if $@;
+}
 
 # Babelthèque
 if ( C4::Context->preference("Babeltheque") ) {
-- 
1.5.6.5




More information about the Koha-patches mailing list