diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-08 13:03:42 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-08 13:03:42 +0000 |
| commit | 2523819f64f76be34ebc536992208ad1f8319a90 (patch) | |
| tree | b578714e36024548712d0235ebfe897eed8ec32f /roundcubemail/program/include/rcube_addressbook.php | |
| parent | dc817b37afd19d70dbb03a1db6c4bf5e7b781a3f (diff) | |
- Make Undo action optional by setting undo_timeout=0
git-svn-id: https://svn.roundcube.net/trunk@4919 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_addressbook.php')
| -rw-r--r-- | roundcubemail/program/include/rcube_addressbook.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_addressbook.php b/roundcubemail/program/include/rcube_addressbook.php index 3581b83d1..45ad0be5d 100644 --- a/roundcubemail/program/include/rcube_addressbook.php +++ b/roundcubemail/program/include/rcube_addressbook.php @@ -250,8 +250,9 @@ abstract class rcube_addressbook * Mark one or more contact records as deleted * * @param array Record identifiers + * @param bool Remove records irreversible (see self::undelete) */ - function delete($ids) + function delete($ids, $force=true) { /* empty for read-only address books */ } |
