Should fix the missing perf* function.

This commit is contained in:
skeeter 2002-08-15 23:37:31 +00:00
parent 285ab2ac65
commit 5abe31deca
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi'] = $setup_info['phpgwapi']['version'];
$GLOBALS['phpgw_info']['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header'];
unset($setup_info);
$GLOBALS['phpgw_info']['server']['versions']['header'] = '1.21';
$GLOBALS['phpgw_info']['server']['versions']['header'] = '1.22';
/* This is a fix for NT */
if(!isset($GLOBALS['phpgw_info']['flags']['noapi']) || !$GLOBALS['phpgw_info']['flags']['noapi'] == True)
{

View File

@ -15,7 +15,7 @@
$setup_info['phpgwapi']['name'] = 'phpgwapi';
$setup_info['phpgwapi']['title'] = 'phpgwapi';
$setup_info['phpgwapi']['version'] = '0.9.15.003';
$setup_info['phpgwapi']['versions']['current_header'] = '1.21';
$setup_info['phpgwapi']['versions']['current_header'] = '1.22';
$setup_info['phpgwapi']['enable'] = 3;
$setup_info['phpgwapi']['app_order'] = 1;