Fix call to new class filename.

This commit is contained in:
Miles Lott 2001-01-13 19:23:04 +00:00
parent e8dca542a8
commit a6ee8acbc2

View File

@ -24,7 +24,7 @@
} }
$phpgw_setup->loaddb(); $phpgw_setup->loaddb();
include($phpgw_info["server"]["api_inc"]."/phpgw_common.inc.php"); include($phpgw_info["server"]["api_inc"]."/class.common.inc.php");
$common = new common; $common = new common;
$sep = $common->filesystem_separator(); $sep = $common->filesystem_separator();
} else { } else {