Change to call new filename for common class.

This commit is contained in:
Miles Lott 2001-01-13 15:45:45 +00:00
parent fba1a92446
commit ba81fe2ab0

View File

@ -20,7 +20,7 @@
// include("./inc/setup_auth.inc.php");
// Does not return unless user is authorized
// $phpgw_info["server"]["api_inc"] = $phpgw_info["server"]["include_root"]."/phpgwapi";
include($phpgw_info["server"]["include_root"] . "/phpgwapi/inc/phpgw_common.inc.php");
include($phpgw_info["server"]["include_root"] . "/phpgwapi/inc/class.common.inc.php");
$common = new common;
$phpgw_setup->loaddb();