diff --git a/addressbook/import.php b/addressbook/import.php index bbffb831f3..9332effdec 100644 --- a/addressbook/import.php +++ b/addressbook/import.php @@ -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"]);