mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
make adds working
This commit is contained in:
parent
6e0605899e
commit
ecc09fc1a2
@ -29,9 +29,8 @@ class vcaladdressbook extends bocontacts
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($_abID) {
|
if($_abID > 0) {
|
||||||
// update entry
|
// update entry
|
||||||
#$contact['ab_id'] = $_abID;
|
|
||||||
$contact['id'] = $_abID;
|
$contact['id'] = $_abID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user