koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/opac opac-search.pl,1.21.2.4,1.21.2.5


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.21.2.4,1.21.2.5
Date: Fri, 23 Sep 2005 03:11:04 -0700

Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3609/opac

Modified Files:
      Tag: rel_2_2
        opac-search.pl 
Log Message:
fixing a bug : the defaultView can be marc, not MARC

Index: opac-search.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v
retrieving revision 1.21.2.4
retrieving revision 1.21.2.5
diff -C2 -r1.21.2.4 -r1.21.2.5
*** opac-search.pl      15 Sep 2005 08:33:58 -0000      1.21.2.4
--- opac-search.pl      23 Sep 2005 10:11:02 -0000      1.21.2.5
***************
*** 82,86 ****
        if (C4::Context->preference("BiblioDefaultView") eq "normal") {
             print 
$query->redirect("/cgi-bin/koha/opac-detail.pl?bib="address@hidden>{biblionumber});
!       } elsif (C4::Context->preference("BiblioDefaultView") eq "MARC") {
             print 
$query->redirect("/cgi-bin/koha/opac-MARCdetail.pl?bib="address@hidden>{biblionumber});
        } else {
--- 82,86 ----
        if (C4::Context->preference("BiblioDefaultView") eq "normal") {
             print 
$query->redirect("/cgi-bin/koha/opac-detail.pl?bib="address@hidden>{biblionumber});
!       } elsif (C4::Context->preference("BiblioDefaultView") eq "marc") {
             print 
$query->redirect("/cgi-bin/koha/opac-MARCdetail.pl?bib="address@hidden>{biblionumber});
        } else {




reply via email to

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