Changeset 4752 in subversion for trunk/roundcubemail/program/steps/addressbook/export.inc
- Timestamp:
- May 12, 2011 4:18:19 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/addressbook/export.inc
r4657 r4752 6 6 | | 7 7 | This file is part of the Roundcube Webmail client | 8 | Copyright (C) 2008-20 09, The Roundcube Dev Team |8 | Copyright (C) 2008-2011, The Roundcube Dev Team | 9 9 | Licensed under the GNU GPL | 10 10 | | … … 32 32 while ($result && ($row = $result->next())) { 33 33 // we already have a vcard record 34 if ($row['vcard'] ) {34 if ($row['vcard'] && $row['name']) { 35 35 echo rcube_vcard::rfc2425_fold($row['vcard']) . "\n"; 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.
