koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/opac opac-sendbasket.pl,1.7,1.8
Date: Tue, 28 Jun 2005 19:01:05 -0700

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; }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]