Changeset 41 for trunk/phpgwapi


Ignore:
Timestamp:
07/09/07 17:15:11 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2 r41  
    164164                                foreach($data as $key => $val) 
    165165                                { 
     166                                        if (empty($val)) 
     167                                                continue; 
    166168                                        if (!is_array($val) && strstr($val,'$$') !== False) 
    167169                                        { 
Note: See TracChangeset for help on using the changeset viewer.