mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-05-29 14:30:59 +02:00
Fix header template not setting version at all
This commit is contained in:
parent
f26c75b847
commit
ef41c3404f
@ -81,9 +81,10 @@
|
|||||||
\**************************************************************************/
|
\**************************************************************************/
|
||||||
define('PHPGW_API_INC',PHPGW_INCLUDE_ROOT.'/phpgwapi/inc');
|
define('PHPGW_API_INC',PHPGW_INCLUDE_ROOT.'/phpgwapi/inc');
|
||||||
include(PHPGW_SERVER_ROOT.'/phpgwapi/setup/setup.inc.php');
|
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'];
|
$phpgw_info['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header'];
|
||||||
unset($setup_info);
|
unset($setup_info);
|
||||||
$phpgw_info['server']['versions']['header'] = '1.15';
|
$phpgw_info['server']['versions']['header'] = '1.16';
|
||||||
// This is a fix for NT
|
// This is a fix for NT
|
||||||
if (!isset($phpgw_info['flags']['noapi']) || !$phpgw_info['flags']['noapi'] == True)
|
if (!isset($phpgw_info['flags']['noapi']) || !$phpgw_info['flags']['noapi'] == True)
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
||||||
$setup_info['phpgwapi']['title'] = 'phpgwapi';
|
$setup_info['phpgwapi']['title'] = 'phpgwapi';
|
||||||
$setup_info['phpgwapi']['version'] = '0.9.13.001';
|
$setup_info['phpgwapi']['version'] = '0.9.13.001';
|
||||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.15';
|
$setup_info['phpgwapi']['versions']['current_header'] = '1.16';
|
||||||
// $setup_info['phpgwapi']['app_order'] = '6';
|
// $setup_info['phpgwapi']['app_order'] = '6';
|
||||||
|
|
||||||
/* The tables this app creates */
|
/* The tables this app creates */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user