koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.36.2.16,1.36.2.17


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.36.2.16,1.36.2.17
Date: Tue, 04 Oct 2005 02:40:29 -0700

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

Modified Files:
      Tag: rel_2_2
        SearchMarc.pm 
Log Message:
Bug Fixing : Order by title wouldn't work any longer...
Display volume and volumeddesc in Intranet.
Modifying Common-style.css in order to have a "prety display in resultlist.

Index: SearchMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v
retrieving revision 1.36.2.16
retrieving revision 1.36.2.17
diff -C2 -r1.36.2.16 -r1.36.2.17
*** SearchMarc.pm       28 Sep 2005 14:35:57 -0000      1.36.2.16
--- SearchMarc.pm       4 Oct 2005 09:40:26 -0000       1.36.2.17
***************
*** 280,284 ****
  
        $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( 
marc_biblio.datecreated ) <$desc_or_asc" if $orderby =~ "biblio.timestamp";
!       $desc_or_asc="DESC" if $orderby="biblio.timestamp";
  #     $offset=0 if $orderby eq "biblio.timestamp";
        my $sth;
--- 280,284 ----
  
        $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( 
marc_biblio.datecreated ) <$desc_or_asc" if $orderby =~ "biblio.timestamp";
!       $desc_or_asc="DESC" if $orderby eq "biblio.timestamp";
  #     $offset=0 if $orderby eq "biblio.timestamp";
        my $sth;




reply via email to

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