From c8c121154f038e88e787db02ca61c27e51339099 Mon Sep 17 00:00:00 2001 From: skeeter Date: Fri, 11 May 2001 03:49:17 +0000 Subject: [PATCH] New New manual - multi-language capabilities. --- admin/help/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/help/index.php b/admin/help/index.php index 74501e7413..02b2bc8355 100755 --- a/admin/help/index.php +++ b/admin/help/index.php @@ -12,8 +12,8 @@ /* $Id$ */ $phpgw_flags = Array( - 'currentapp' => 'manual' - 'admin_header' => True, + 'currentapp' => 'manual', + 'admin_header' => True ); $phpgw_info['flags'] = $phpgw_flags; include('../../header.inc.php');