mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
possible fix for no app cats on add
This commit is contained in:
parent
79968a165b
commit
2c70e602a3
@ -543,7 +543,7 @@
|
||||
$ldap_fields['phpgwcontacttypeid'] = $tid;
|
||||
$ldap_fields['phpgwcontactowner'] = $owner;
|
||||
$ldap_fields['phpgwcontactaccess'] = $access;
|
||||
$ldap_fields['phpgwcontactcatid'] = $cat_id;
|
||||
$ldap_fields['phpgwcontactcatid'] = $cat_id ? $cat_id : '0';
|
||||
$ldap_fields['uidnumber'] = $this->nextid;
|
||||
/* $ldap_fields['objectclass'][0] = 'person'; */
|
||||
$ldap_fields['objectclass'][0] = 'organizationalPerson';
|
||||
|
Loading…
Reference in New Issue
Block a user