[Koha-cvs] CVS: koha/acqui histsearch.pl,1.1.2.1,1.1.2.2

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue Jun 28 12:21:31 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	histsearch.pl 
Log Message:
Adding Result counts and line counters to 
- histsearch (search order)
- members search

Index: histsearch.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/histsearch.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** histsearch.pl	26 May 2005 09:21:30 -0000	1.1.2.1
--- histsearch.pl	28 Jun 2005 10:21:29 -0000	1.1.2.2
***************
*** 27,30 ****
--- 27,31 ----
  my $order_loop= &histsearch($title,$author,$name,$from_placed_on,$to_placed_on);
  $template->param(suggestions_loop => $order_loop,
+ 				numresults => scalar(@$order_loop),
  				title => $title,
  				author => $author,





More information about the Koha-cvs mailing list