make adds working

This commit is contained in:
Lars Kneschke 2006-07-09 20:26:57 +00:00
parent 6e0605899e
commit ecc09fc1a2

View File

@ -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;
} }