phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Dave Hall
Subject: [Phpgroupware-cvs] email/inc class.html_widgets.inc.php
Date: Sun, 11 Feb 2007 06:42:17 +0000

CVSROOT:        /sources/phpgroupware
Module name:    email
Changes by:     Dave Hall <skwashd>     07/02/11 06:42:17

Modified files:
        inc            : class.html_widgets.inc.php 

Log message:
        fix bug #19026

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/email/inc/class.html_widgets.inc.php?cvsroot=phpgroupware&r1=1.13&r2=1.14

Patches:
Index: class.html_widgets.inc.php
===================================================================
RCS file: /sources/phpgroupware/email/inc/class.html_widgets.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- class.html_widgets.inc.php  20 Dec 2006 08:22:44 -0000      1.13
+++ class.html_widgets.inc.php  11 Feb 2007 06:42:17 -0000      1.14
@@ -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.html_widgets.inc.php,v 1.13 2006/12/20 08:22:44 
sigurdne Exp $
+       * @version $Id: class.html_widgets.inc.php,v 1.14 2007/02/11 06:42:17 
skwashd Exp $
        * @internal Based on AngleMail http://www.anglemail.org/
        */
 
@@ -1675,7 +1675,7 @@
                                $oArgs = '{';
                                foreach($reload_me as $key => $value)
                                {
-                                       $oArgs .= 
str_ireplace(array('fldball[',']'),'',$key) . ":'" . $value . "',\r\n";
+                                       $oArgs .= 
str_replace(array('fldball[',']'),'',$key) . ":'" . $value . "',\r\n";
                                }
                                $oArgs .= '};';
 




reply via email to

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