mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
If deleted addresses are kept, delete links on final purge, not initial delete (#8157)
This commit is contained in:
parent
5af87bf976
commit
6699869e2b
@ -724,7 +724,6 @@ class addressbook_bo extends addressbook_so
|
||||
$delete = $old;
|
||||
$delete['tid'] = addressbook_so::DELETED_TYPE;
|
||||
$ok = $this->save($delete);
|
||||
egw_link::unlink(0,'addressbook',$id,'','!file');
|
||||
}
|
||||
elseif (($ok = parent::delete($id,$check_etag)))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user