merged my and gugux changes from 0.9.14

This commit is contained in:
Ralf Becker 2003-03-18 11:20:01 +00:00
parent 22cc6d7c51
commit d93bc5b52a

View File

@ -11,6 +11,10 @@
/* $Id$ */
$user = (@isset($GLOBALS['HTTP_POST_VARS']['user'])?$GLOBALS['HTTP_POST_VARS']['user']:'');
$forced = (@isset($GLOBALS['HTTP_POST_VARS']['forced'])?$GLOBALS['HTTP_POST_VARS']['forced']:'');
$default = (@isset($GLOBALS['HTTP_POST_VARS']['default'])?$GLOBALS['HTTP_POST_VARS']['default']:'');
$GLOBALS['phpgw_info']['flags'] = array(
'noheader' => True,
'noappheader' => True,