[Koha-cvs] CVS: koha/acqui histsearch.pl,1.1,1.2

Henri-Damien LAURENT hdl at users.sourceforge.net
Mon Jun 20 12:14:15 CEST 2005


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

Modified Files:
	histsearch.pl 
Log Message:
Displaying search results count

Index: histsearch.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/histsearch.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** histsearch.pl	19 Oct 2004 12:24:56 -0000	1.1
--- histsearch.pl	20 Jun 2005 10:14:12 -0000	1.2
***************
*** 24,28 ****
  			     });
  my $order_loop= &histsearch($title,$author,$name);
! $template->param(suggestions_loop => $order_loop,
  				title => $title,
  				author => $author,
--- 24,30 ----
  			     });
  my $order_loop= &histsearch($title,$author,$name);
! 
! $template->param(numresults => scalar(@$order_loop),
! 				suggestions_loop => $order_loop,
  				title => $title,
  				author => $author,





More information about the Koha-cvs mailing list