mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Make use of phpgw constant SEP
This commit is contained in:
parent
30e8f6e58b
commit
6732b999f7
@ -16,7 +16,8 @@
|
||||
$phpgw_info["flags"]["enable_contacts_class"] = True;
|
||||
include("../header.inc.php");
|
||||
|
||||
$sep = $phpgw_info["server"]["dir_separator"];
|
||||
//$sep = $phpgw_info["server"]["dir_separator"];
|
||||
$sep = SEP;
|
||||
|
||||
// Construct a default basedn for Contacts if using LDAP
|
||||
$tmpbasedn = split(",",$phpgw_info["server"]["ldap_context"]);
|
||||
|
Loading…
Reference in New Issue
Block a user