| | |
| | | +-----------------------------------------------------------------------+ |
| | | | program/steps/addressbook/import.inc | |
| | | | | |
| | | | This file is part of the RoundCube Webmail client | |
| | | | Copyright (C) 2008-2009, RoundCube Dev. - Switzerland | |
| | | | This file is part of the Roundcube Webmail client | |
| | | | Copyright (C) 2008-2009, Roundcube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | | PURPOSE: | |
| | |
| | | 'vcard' => $vcard->export(), |
| | | ); |
| | | |
| | | $plugin = $RCMAIL->plugins->exec_hook('create_contact', array('record' => $a_record, 'source' => null)); |
| | | $plugin = $RCMAIL->plugins->exec_hook('contact_create', array('record' => $a_record, 'source' => null)); |
| | | $a_record = $plugin['record']; |
| | | |
| | | // insert record and send response |
| | |
| | | |
| | | // render page |
| | | $OUTPUT->send('importcontacts'); |
| | | |
| | | ?> |