[Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.40,1.41

Paul POULAIN tipaul at users.sourceforge.net
Mon Mar 7 10:09:09 CET 2005


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

Modified Files:
	SearchMarc.pm 
Log Message:
oups, sorry, synch'ing badly (dropping a doXulting improvement : selecting either desc or asc order)

Index: SearchMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** SearchMarc.pm	7 Mar 2005 08:55:30 -0000	1.40
--- SearchMarc.pm	7 Mar 2005 09:09:03 -0000	1.41
***************
*** 166,170 ****
  
  sub catalogsearch {
! 	my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby) = @_;
  	# build the sql request. She will look like :
  	# select m1.bibid
--- 166,170 ----
  
  sub catalogsearch {
! 	my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc) = @_;
  	# build the sql request. She will look like :
  	# select m1.bibid





More information about the Koha-cvs mailing list