Commented out filesystem_separator call since it was broken and not really used here

This commit is contained in:
Miles Lott 2001-02-03 18:21:02 +00:00
parent 081a7ddfaa
commit bdf540395a

View File

@ -26,7 +26,8 @@
include($phpgw_info["server"]["api_inc"]."/class.common.inc.php");
$common = new common;
$sep = $common->filesystem_separator();
// this is not used
//$sep = $common->filesystem_separator();
} else {
$newinstall = True;
$lang_selected["en"] = "en";