From 9e81d70cb7ef9959381c20c74456fef3aae01226 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 23 Sep 2008 05:51:22 +0000 Subject: [PATCH] "setting the header-template version back to 1.28, to not force anyone to update (as long as I dont have the session encryption ready, which might require some more small fixes in the header template)" --- header.inc.php.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.inc.php.template b/header.inc.php.template index 6ca30e4131..d6f10e663f 100644 --- a/header.inc.php.template +++ b/header.inc.php.template @@ -86,7 +86,7 @@ include(EGW_SERVER_ROOT.'/phpgwapi/setup/setup.inc.php'); $GLOBALS['egw_info']['server']['versions']['phpgwapi'] = $setup_info['phpgwapi']['version']; $GLOBALS['egw_info']['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header']; unset($setup_info); -$GLOBALS['egw_info']['server']['versions']['header'] = '1.29'; +$GLOBALS['egw_info']['server']['versions']['header'] = '1.28'; // some not longer necessary defines if ($GLOBALS['egw_info']['flags']['phpgw_compatibility'])