renamed a var from api_dir api_inc

This commit is contained in:
skeeter 2000-12-21 12:42:09 +00:00
parent 9e14f6cf9a
commit b68557126a

View File

@ -84,7 +84,7 @@
// This is a fix for NT
if (!isset($phpgw_info["flags"]["noapi"]) ||
!$phpgw_info["flags"]["noapi"] == True){
include($phpgw_info["server"]["api_dir"] . "/phpgw.inc.php");
include($phpgw_info["server"]["api_inc"] . "/phpgw.inc.php");
}
// Leave off the final php closing tag, some editors will add