Changeset 4239 in subversion for branches/devel-addressbook/program/include/rcube_contacts.php
- Timestamp:
- Nov 19, 2010 2:12:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-addressbook/program/include/rcube_contacts.php
r4231 r4239 501 501 list($field, $section) = explode(':', $key); 502 502 foreach ((array)$values as $value) { 503 if ( strlen($value) || is_array($value))503 if (is_array($value) || strlen($value)) 504 504 $vcard->set($field, $value, strtoupper($section)); 505 505 }
Note: See TracChangeset
for help on using the changeset viewer.
