[bug #17785] Array to string conversion in preferences

Sigurd Nes <[email protected]>
Newsgroups gmane.comp.web.phpgroupware.tracker
Message-ID <[email protected]>
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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.