updates to fix milosch's weird inclusion of this param

This commit is contained in:
seek3r 2001-05-31 16:39:54 +00:00
parent 4b1390eb0f
commit 2e26486f36

View File

@ -81,10 +81,9 @@
\**************************************************************************/
define('PHPGW_API_INC',PHPGW_INCLUDE_ROOT.'/phpgwapi/inc');
include(PHPGW_SERVER_ROOT.'/phpgwapi/setup/setup.inc.php');
$phpgw_info["server"]["versions"]["phpgwapi"] = $setup_info['phpgwapi']['version'];
$phpgw_info['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header'];
unset($setup_info);
$phpgw_info['server']['versions']['header'] = '1.14';
$phpgw_info['server']['versions']['header'] = '1.15';
// This is a fix for NT
if (!isset($phpgw_info['flags']['noapi']) || !$phpgw_info['flags']['noapi'] == True)
{