koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/opac opensearch [dev_week]
Date: Mon, 15 Jan 2007 21:01:35 +0000

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]