Ignore:
Timestamp:
Feb 27, 2007 6:33:56 PM (6 years ago)
Author:
thomasb
Message:

devel-addressbook: interface to public ldap directories with drag & drop copying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-addressbook/program/steps/mail/addcontact.inc

    r495 r499  
    4040    // check for existing contacts 
    4141    $existing = $CONTACTS->search('email', $contact['email'], false); 
    42     if ($done = $existing['count']) 
     42    if ($done = $existing->count) 
    4343      $OUTPUT->show_message('contactexists', 'warning'); 
    4444    else if ($done = $CONTACTS->insert($contact)) 
Note: See TracChangeset for help on using the changeset viewer.