From 5abe31deca67b0a282a2ed9be0a7ee06d17d4a05 Mon Sep 17 00:00:00 2001 From: skeeter Date: Thu, 15 Aug 2002 23:37:31 +0000 Subject: [PATCH] Should fix the missing perf* function. --- header.inc.php.template | 2 +- phpgwapi/setup/setup.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/header.inc.php.template b/header.inc.php.template index b8225d12ee..744f7620a7 100644 --- a/header.inc.php.template +++ b/header.inc.php.template @@ -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) { diff --git a/phpgwapi/setup/setup.inc.php b/phpgwapi/setup/setup.inc.php index d33aeb8c28..644276a8b1 100755 --- a/phpgwapi/setup/setup.inc.php +++ b/phpgwapi/setup/setup.inc.php @@ -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;