[Koha-cvs] CVS: koha/opac opac-sendbasket.pl,1.3,1.4

Paul POULAIN tipaul at users.sourceforge.net
Tue Dec 7 11:10:44 CET 2004


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

Modified Files:
	opac-sendbasket.pl 
Log Message:
email sent basket : the sender can give it's name, in case the basket is sent to a friend, not to itself

Index: opac-sendbasket.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-sendbasket.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-sendbasket.pl	22 Nov 2004 16:41:04 -0000	1.3
--- opac-sendbasket.pl	7 Dec 2004 10:10:41 -0000	1.4
***************
*** 24,27 ****
--- 24,28 ----
  my $bib_list=$query->param('bib_list');
  my $email_add=$query->param('email_add');
+ my $email_sender=$query->param('email_sender');
  
  if ($email_add) {
***************
*** 59,63 ****
  
  	my $resultsarray=\@results;
! 	$template2->param(BIBLIO_RESULTS => $resultsarray);
  
  	# Getting template result
--- 60,65 ----
  
  	my $resultsarray=\@results;
! 	$template2->param(BIBLIO_RESULTS => $resultsarray,
! 					email_sender => $email_sender);
  
  	# Getting template result





More information about the Koha-cvs mailing list