Changeset 499 in subversion for branches/devel-addressbook/program/steps/mail/addcontact.inc
- Timestamp:
- Feb 27, 2007 6:33:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-addressbook/program/steps/mail/addcontact.inc
r495 r499 40 40 // check for existing contacts 41 41 $existing = $CONTACTS->search('email', $contact['email'], false); 42 if ($done = $existing ['count'])42 if ($done = $existing->count) 43 43 $OUTPUT->show_message('contactexists', 'warning'); 44 44 else if ($done = $CONTACTS->insert($contact))
Note: See TracChangeset
for help on using the changeset viewer.
