changed name of hidden-input for current app

This commit is contained in:
Ralf Becker 2002-10-03 10:31:24 +00:00
parent 61d291fd1e
commit d2cc9b2d7f

View File

@ -13,7 +13,7 @@
/* $Id$ */
$GLOBALS['phpgw_info']['flags'] = array(
'currentapp' => $GLOBALS['HTTP_POST_VARS']['app'],
'currentapp' => $GLOBALS['HTTP_POST_VARS']['etemplate_exec_app'],
'noheader' => True,
'nonavbar' => True
);