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

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue Oct 4 11:40:29 CEST 2005


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;





More information about the Koha-cvs mailing list