NOTE SCHEMA CHANGE - openldap2 - Allow multiple cat_ids (,19,28) for ldap also

This commit is contained in:
Miles Lott 2001-11-23 02:10:21 +00:00
parent 5791eade01
commit a1ccab2cc0

View File

@ -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')
{