phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bug #17785] Array to string conversion in prefer


From: Sigurd Nes
Subject: [Phpgroupware-tracker] [bug #17785] Array to string conversion in preferences
Date: Sun, 17 Sep 2006 18:48:02 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060802 Mandriva/1.5.0.6-1mdv2007.0 (2007.0) Firefox/1.5.0.6

URL:
  <http://savannah.gnu.org/bugs/?17785>

                 Summary: Array to string conversion in preferences
                 Project: phpGroupWare
            Submitted by: sigurdne
            Submitted on: Sunday 09/17/2006 at 18:48
                Category: API - Preferences
              Item Group: CVS HEAD (aka dev code)
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: skwashd
             Open/Closed: Open
       Component Version: CVS
        Operating System: GNU/Linux - Mandrake
         Reproducibility: None
         Planned Release: 0.9.18.000
           Fixed Release: 

    _______________________________________________________

Details:

/phpgwapi/inc/class.preferences.inc.php line 184 reads:

if (!is_array($v) && strstr($val,'$$') !== False)

should this be ?

if (!is_array($v) && strstr($v,'$$') !== False)








    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17785>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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