phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] email/inc class.mail_msg_wrappers.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] email/inc class.mail_msg_wrappers.inc.php
Date: Thu, 14 Dec 2006 15:10:11 +0000

CVSROOT:        /sources/phpgroupware
Module name:    email
Changes by:     Sigurd Nes <sigurdne>   06/12/14 15:10:11

Modified files:
        inc            : class.mail_msg_wrappers.inc.php 

Log message:
        one step back - something broke

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/email/inc/class.mail_msg_wrappers.inc.php?cvsroot=phpgroupware&r1=1.45&r2=1.46

Patches:
Index: class.mail_msg_wrappers.inc.php
===================================================================
RCS file: /sources/phpgroupware/email/inc/class.mail_msg_wrappers.inc.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- class.mail_msg_wrappers.inc.php     14 Dec 2006 10:58:54 -0000      1.45
+++ class.mail_msg_wrappers.inc.php     14 Dec 2006 15:10:11 -0000      1.46
@@ -7,7 +7,7 @@
        * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package email
-       * @version $Id: class.mail_msg_wrappers.inc.php,v 1.45 2006/12/14 
10:58:54 sigurdne Exp $
+       * @version $Id: class.mail_msg_wrappers.inc.php,v 1.46 2006/12/14 
15:10:11 sigurdne Exp $
        * @internal Based on AngleMail http://www.anglemail.org/
        */
 
@@ -735,10 +735,10 @@
                                                // see php manual page 
"function.parse-str.html" for explanation of the array'ing of the URI data
                                                // NOTE: this uri NEVER begins 
with a "&" here
                                                // YOU must add the prefix "&" 
if it's needed
-                                               $msgball_list[$i] = array(
-                                                       
'msgball[msgnum]'=>$server_msgnum_list[$i],
-                                                       
'msgball[folder]'=>$msg_folder,
-                                                       
'msgball[acctnum]'=>$acctnum);
+                                               $msgball_list[$i] = 
+                                                        
'msgball[msgnum]='.$server_msgnum_list[$i]
+                                                       
.'&msgball[folder]='.$msg_folder
+                                                       
.'&msgball[acctnum]='.$acctnum;
                                        }
                                }
 
@@ -1729,12 +1729,12 @@
                                                
                        // assemble the URI like string that will hold the 
command move request instructions
                        $this_move_data = '';
-                       $this_move_data = array(
-                               'mov_msgball[acctnum]'=>$mov_msgball['acctnum'],
-                               'mov_msgball[folder]'=>$mov_msgball['folder'],
-                               'to_fldball[acctnum]'=>$to_fldball['acctnum'],
-                               'to_fldball[folder]'=>$to_fldball['folder'],
-                               'mov_msgball[msgnum]'=>$mov_msgball['msgnum']);
+                       $this_move_data = 
+                                'mov_msgball[acctnum]='.$mov_msgball['acctnum']
+                               .'&mov_msgball[folder]='.$mov_msgball['folder']
+                               .'&to_fldball[acctnum]='.$to_fldball['acctnum']
+                               .'&to_fldball[folder]='.$to_fldball['folder']
+                               .'&mov_msgball[msgnum]='.$mov_msgball['msgnum'];
                        
                        if ($this->debug_wrapper_dcom_calls > 1) { 
$this->dbug->out('mail_msg(_wrappers): buffer_move_commands ('.__LINE__.'): 
$this_move_data ['.htmlspecialchars($this_move_data).']<br />'); } 
                        if ($this->debug_wrapper_dcom_calls > 2)
@@ -1771,12 +1771,12 @@
                                                
                        // assemble the URI like string that will hold the 
command move request instructions
                        $this_move_data = '';
-                       $this_move_data = array(
-                               'mov_msgball[acctnum]'=>$mov_msgball['acctnum'],
-                               'mov_msgball[folder]'=>$mov_msgball['folder'],
-                               'to_fldball[acctnum]'=>$to_fldball['acctnum'],
-                               'to_fldball[folder]'=>$to_fldball['folder'],
-                               'mov_msgball[msgnum]'=>$mov_msgball['msgnum']);
+                       $this_move_data = 
+                                'mov_msgball[acctnum]='.$mov_msgball['acctnum']
+                               .'&mov_msgball[folder]='.$mov_msgball['folder']
+                               .'&to_fldball[acctnum]='.$to_fldball['acctnum']
+                               .'&to_fldball[folder]='.$to_fldball['folder']
+                               .'&mov_msgball[msgnum]='.$mov_msgball['msgnum'];
                        
                        if ($this->debug_wrapper_dcom_calls > 1) { 
$this->dbug->out('mail_msg(_wrappers): buffer_move_commands ('.__LINE__.'): 
$this_move_data ['.htmlspecialchars($this_move_data).']<br />'); } 
                        if ($this->debug_wrapper_dcom_calls > 2)




reply via email to

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