Make use of phpgw constant SEP

This commit is contained in:
Miles Lott 2001-03-13 02:07:45 +00:00
parent 30e8f6e58b
commit 6732b999f7

View File

@ -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"]);