Just to ensure that the initial Template object is not created

This commit is contained in:
Miles Lott 2004-01-10 14:47:10 +00:00
parent cd9bd77b91
commit 4dfab4ca47

View File

@ -17,7 +17,7 @@
$submit = False; // set to some initial value $submit = False; // set to some initial value
$GLOBALS['phpgw_info']['flags'] = array( $GLOBALS['phpgw_info']['flags'] = array(
'disable_template_class' => True, 'disable_Template_class' => True,
'login' => True, 'login' => True,
'currentapp' => 'login', 'currentapp' => 'login',
'noheader' => True 'noheader' => True