phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] felamimail/inc class.uicompose.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] felamimail/inc class.uicompose.inc.php
Date: Wed, 21 Feb 2007 11:56:44 +0000

CVSROOT:        /sources/phpgroupware
Module name:    felamimail
Changes by:     Sigurd Nes <sigurdne>   07/02/21 11:56:44

Modified files:
        inc            : class.uicompose.inc.php 

Log message:
        UTF-fixes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/felamimail/inc/class.uicompose.inc.php?cvsroot=phpgroupware&r1=1.11&r2=1.12

Patches:
Index: class.uicompose.inc.php
===================================================================
RCS file: /sources/phpgroupware/felamimail/inc/class.uicompose.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- class.uicompose.inc.php     20 Feb 2007 15:20:06 -0000      1.11
+++ class.uicompose.inc.php     21 Feb 2007 11:56:44 -0000      1.12
@@ -11,7 +11,7 @@
        * Free Software Foundation; either version 2 of the License, or (at 
your    *
        * option) any later version.                                            
    *
        
\***************************************************************************/
-       /* $Id: class.uicompose.inc.php,v 1.11 2007/02/20 15:20:06 sigurdne Exp 
$ */
+       /* $Id: class.uicompose.inc.php,v 1.12 2007/02/21 11:56:44 sigurdne Exp 
$ */
 
        class uicompose
        {
@@ -63,14 +63,14 @@
 
                function action()
                {
-                       $formData['to']         = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['to']));
-                       $formData['cc']         = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['cc']));
-                       $formData['bcc']        = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['bcc']));
-                       $formData['reply_to']   = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['reply_to']));
-                       $formData['subject']    = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['subject']));
-                       $formData['body']       = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['body']));
+                       $formData['to']         = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['to']);
+                       $formData['cc']         = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['cc']);
+                       $formData['bcc']        = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['bcc']);
+                       $formData['reply_to']   = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['reply_to']);
+                       $formData['subject']    = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['subject']);
+                       $formData['body']       = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['body']);
                        $formData['priority']   = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['priority']);
-                       $formData['signature']  = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['signature']));
+                       $formData['signature']  = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['signature']);
                        $formData['mailbox']    = 
(isset($GLOBALS['HTTP_GET_VARS']['mailbox'])?$GLOBALS['HTTP_GET_VARS']['mailbox']:'');
 
                        if (isset($GLOBALS['HTTP_POST_VARS']['send'])) 
@@ -118,9 +118,6 @@
                                        );
                                        
                                        
$GLOBALS['phpgw']->redirect_link('/index.php',$linkData);
-       //                              $link = 
$GLOBALS['phpgw']->link('/felamimail/index.php',$linkData);
-       //                              $GLOBALS['phpgw']->redirect($link);
-       //                              $GLOBALS['phpgw']->common->phpgw_exit();
                                        break;
                        }
                }




reply via email to

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