[Koha-cvs] koha/opac opensearch [dev_week]

Joshua Ferraro jmf at liblime.com
Mon Jan 15 22:01:35 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	07/01/15 21:01:35

Modified files:
	opac           : opensearch 

Log message:
	detail page link was wrong

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opensearch?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: opensearch
===================================================================
RCS file: /sources/koha/koha/opac/Attic/opensearch,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- opensearch	19 Dec 2006 14:33:22 -0000	1.1.2.1
+++ opensearch	15 Jan 2007 21:01:35 -0000	1.1.2.2
@@ -187,7 +187,7 @@
 		$description =~ s/</&lt;/g;
 		$description = encode("utf8",$description);
 
-		my $link = "$libraryOPACurl/opac-detail.pl?bib=$bib";
+		my $link = "$libraryOPACurl/bib/$bib";
 	
 		#rank
 		#my $rank;





More information about the Koha-cvs mailing list