forked from extern/egroupware
NOTE SCHEMA CHANGE - openldap2 - Allow multiple cat_ids (,19,28) for ldap also
This commit is contained in:
parent
5791eade01
commit
a1ccab2cc0
@ -1353,13 +1353,7 @@
|
|||||||
{
|
{
|
||||||
$cat_id = $fields['cat_id'];
|
$cat_id = $fields['cat_id'];
|
||||||
}
|
}
|
||||||
/* allow multiple categories on sql */
|
$cats_link = $this->cat_option($cat_id,True,False,True);
|
||||||
$cats_link = $this->cat_option(
|
|
||||||
$cat_id,
|
|
||||||
True,
|
|
||||||
False,
|
|
||||||
!$GLOBALS['phpgw_info']['server']['contact_repository'] || $GLOBALS['phpgw_info']['server']['contact_repository'] == 'sql'
|
|
||||||
);
|
|
||||||
|
|
||||||
if ($access == 'private')
|
if ($access == 'private')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user