mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
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'];
|
||||
}
|
||||
/* allow multiple categories on sql */
|
||||
$cats_link = $this->cat_option(
|
||||
$cat_id,
|
||||
True,
|
||||
False,
|
||||
!$GLOBALS['phpgw_info']['server']['contact_repository'] || $GLOBALS['phpgw_info']['server']['contact_repository'] == 'sql'
|
||||
);
|
||||
$cats_link = $this->cat_option($cat_id,True,False,True);
|
||||
|
||||
if ($access == 'private')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user