From 100385ab2941b5bc00e1aecdcbaeeff86b889404 Mon Sep 17 00:00:00 2001 From: btoumi Date: Fri, 11 May 2007 16:04:03 +0000 Subject: [PATCH] bug fix: problem in displayed label link with subject in detail.tmpl ex: label random => rdom --- C4/Biblio.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index ef1066e788..efb5e9ded5 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -1750,7 +1750,7 @@ sub GetMarcSubjects { $label =~ s/su/ /g; $label =~ s/://g; $label =~ s/-to//g; - $label =~ s/and//g; + $label =~ s/ and //g; push @marcsubjcts, { label => $label, @@ -3897,6 +3897,11 @@ Joshua Ferraro jmf@liblime.com # $Id$ # $Log$ +# Revision 1.205 2007/05/11 16:04:03 btoumi +# bug fix: +# problem in displayed label link with subject in detail.tmpl +# ex: label random => rdom +# # Revision 1.204 2007/05/10 14:45:15 tipaul # Koha NoZebra : # - support for authorities -- 2.39.2