phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.preferences.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.preferences.inc.php
Date: Mon, 18 Sep 2006 00:55:59 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/09/18 00:55:59

Modified files:
        inc            : class.preferences.inc.php 

Log message:
        fix wrong var name, which fixes bug #17785

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.preferences.inc.php?cvsroot=phpgwapi&r1=1.64&r2=1.65

Patches:
Index: class.preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.preferences.inc.php,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- class.preferences.inc.php   10 Sep 2006 16:57:46 -0000      1.64
+++ class.preferences.inc.php   18 Sep 2006 00:55:59 -0000      1.65
@@ -7,7 +7,7 @@
         * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
         * @package phpgwapi
         * @subpackage application
-        * @version $Id: class.preferences.inc.php,v 1.64 2006/09/10 16:57:46 
Caeies Exp $
+        * @version $Id: class.preferences.inc.php,v 1.65 2006/09/18 00:55:59 
skwashd Exp $
         */
 
        /**
@@ -181,7 +181,7 @@
                                        {
                                                foreach($val as $k => $v)
                                                {
-                                                       if (!is_array($v) && 
strstr($val,'$$') !== False)
+                                                       if ( !is_array($v) && 
strstr($v, '$$') !== False)
                                                        {
                                                                
$this->data[$app][$key][$k] = $this->parse_notify($v);
                                                        }




reply via email to

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