Ignore:
Timestamp:
04/15/10 15:26:02 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Corrigindo problemas com a inclusão de javascript.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.preferences.inc.php

    r2002 r2549  
    174174                                                foreach($val as $k => $v) 
    175175                                                { 
    176                                                         if (!is_array($v) && strstr($val,'$$') !== False) 
     176                                                        if (!is_array($v) && is_string( $val ) && strstr($val,'$$') !== False) 
    177177                                                        { 
    178178                                                                $this->data[$app][$key][$k] = $this->parse_notify($v); 
Note: See TracChangeset for help on using the changeset viewer.