phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: nntp/inc class.mail.inc.php,1.6.2.2,1.6.2.3


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: nntp/inc class.mail.inc.php,1.6.2.2,1.6.2.3
Date: Tue, 23 Apr 2002 10:32:39 -0400

Update of /cvsroot/phpgroupware/nntp/inc
In directory subversions:/tmp/cvs-serv7711/nntp/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.mail.inc.php 
Log Message:
Missed a few call-by-references.

Index: class.mail.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/nntp/inc/class.mail.inc.php,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -C2 -r1.6.2.2 -r1.6.2.3
*** class.mail.inc.php  15 Apr 2002 04:02:54 -0000      1.6.2.2
--- class.mail.inc.php  23 Apr 2002 14:32:37 -0000      1.6.2.3
***************
*** 541,545 ****
                        }
  
!                       if 
(!$this->msg2socket($str,$expected_response,&$response))
                        {
                                return 0;
--- 541,545 ----
                        }
  
!                       if 
(!$this->msg2socket($str,$expected_response,$response))
                        {
                                return 0;
***************
*** 981,985 ****
                        {
                                //  echo 'This is a UUEncoded 
message!<br>'."\n";
!                               
$this->split_uuencoded_into_parts($this->body,&$boundary);
                                $this->create_header('Content-Type: 
multipart/mixed;',$this->header,' boundary="'.$boundary.'"');
                                $this->create_header('Mime-Version: 
1.0',$this->header);
--- 981,985 ----
                        {
                                //  echo 'This is a UUEncoded 
message!<br>'."\n";
!                               
$this->split_uuencoded_into_parts($this->body,$boundary);
                                $this->create_header('Content-Type: 
multipart/mixed;',$this->header,' boundary="'.$boundary.'"');
                                $this->create_header('Mime-Version: 
1.0',$this->header);




reply via email to

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