From 18d2267e7851739047e81ff450a82c2f5b1587a4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 28 Jun 2004 07:06:29 +0000 Subject: [PATCH] added link to the headeradmin to the "You need to port your settings ..." message --- phpgwapi/inc/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/functions.inc.php b/phpgwapi/inc/functions.inc.php index 6ffe9e5da7..37c2d1747d 100644 --- a/phpgwapi/inc/functions.inc.php +++ b/phpgwapi/inc/functions.inc.php @@ -60,7 +60,7 @@ /* Make sure the header.inc.php is current. */ if ($GLOBALS['phpgw_info']['server']['versions']['header'] < $GLOBALS['phpgw_info']['server']['versions']['current_header']) { - echo '
You need to port your settings to the new header.inc.php version.
'; + echo '
You need to port your settings to the new header.inc.php version by running setup/headeradmin.
'; exit; }