[Koha-cvs] CVS: koha/opac opac-sendbasket.pl,1.7,1.8

Chris Cormack rangi at users.sourceforge.net
Wed Jun 29 04:01:05 CEST 2005


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

Modified Files:
	opac-sendbasket.pl 
Log Message:
Fixing a bug caused by the syncing with the 2.2 branch


Index: opac-sendbasket.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-sendbasket.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** opac-sendbasket.pl	20 Jun 2005 14:33:32 -0000	1.7
--- opac-sendbasket.pl	29 Jun 2005 02:01:03 -0000	1.8
***************
*** 71,78 ****
  	}
  
!     $email_header = encode_qp($email_header);
! 
!     $boundary = "--" . $boundary;
! 
  	# Analysing information and getting mail properties
  	if ($template_res =~ /<SUBJECT>\n(.*)\n<END_SUBJECT>/s) { $mail{'subject'} = $1; }
--- 71,76 ----
  	}
  
!     # Getting template result                                                                                             
!     my $template_res = $template2->output();
  	# Analysing information and getting mail properties
  	if ($template_res =~ /<SUBJECT>\n(.*)\n<END_SUBJECT>/s) { $mail{'subject'} = $1; }





More information about the Koha-cvs mailing list