From 4137e48c3e461c2994e6991ea28beb2e58574635 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sat, 10 Jan 2004 14:48:09 +0000 Subject: [PATCH] should be disable_Template_class --- logout.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/logout.php b/logout.php index a5bd4c152d..d6801e1a71 100755 --- a/logout.php +++ b/logout.php @@ -12,15 +12,14 @@ /* $Id$ */ - $GLOBALS['phpgw_info'] = array(); + $phpgw_info = array(); $GLOBALS['phpgw_info']['flags'] = array( - 'disable_template_class' => True, + 'disable_Template_class' => True, 'currentapp' => 'logout', 'noheader' => True, 'nofooter' => True, 'nonavbar' => True ); - include('./header.inc.php'); $GLOBALS['sessionid'] = get_var('sessionid',array('GET','COOKIE'));