From ba81fe2ab0176e60473a0f07850c32214de489cb Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sat, 13 Jan 2001 15:45:45 +0000 Subject: [PATCH] Change to call new filename for common class. --- setup/ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/ldap.php b/setup/ldap.php index 52d48c91c1..e7051a40f6 100644 --- a/setup/ldap.php +++ b/setup/ldap.php @@ -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();