Changeset 4584 in subversion
- Timestamp:
- Mar 1, 2011 4:22:52 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_contacts.php
r4541 r4584 441 441 if (strpos($col, 'email') === 0) { 442 442 foreach ((array)$values as $email) { 443 if ($existing = $this->search('email', $email, true, false))443 if ($existing = $this->search('email', $email, false, false)) 444 444 break 2; 445 445 }
Note: See TracChangeset
for help on using the changeset viewer.
