mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 06:51:14 +01:00
Change to call new filename for common class.
This commit is contained in:
parent
fba1a92446
commit
ba81fe2ab0
@ -20,7 +20,7 @@
|
|||||||
// include("./inc/setup_auth.inc.php");
|
// include("./inc/setup_auth.inc.php");
|
||||||
// Does not return unless user is authorized
|
// Does not return unless user is authorized
|
||||||
// $phpgw_info["server"]["api_inc"] = $phpgw_info["server"]["include_root"]."/phpgwapi";
|
// $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;
|
$common = new common;
|
||||||
$phpgw_setup->loaddb();
|
$phpgw_setup->loaddb();
|
||||||
|
Loading…
Reference in New Issue
Block a user