[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/acqui histsearch.pl,1.1,1.2
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha/acqui histsearch.pl,1.1,1.2 |
Date: |
Mon, 20 Jun 2005 03:14:15 -0700 |
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,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui histsearch.pl,1.1,1.2,
Henri-Damien LAURENT <=