mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Clearing up a couple of warnings.
This commit is contained in:
parent
27d6f340bf
commit
cf031d14bc
@ -72,7 +72,7 @@
|
||||
{
|
||||
$GLOBALS['setup_tpl']->set_var('configdomain',' - ' . lang('Domain') . ': ' . $configdomain);
|
||||
}
|
||||
$GLOBALS['setup_tpl']->set_var('pgw_ver',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
|
||||
$GLOBALS['setup_tpl']->set_var('pgw_ver',@$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
|
||||
$GLOBALS['setup_tpl']->set_var('logoutbutton',$btn_logout);
|
||||
$GLOBALS['setup_tpl']->pparse('out','T_head');
|
||||
/* $setup_tpl->set_var('T_head',''); */
|
||||
|
@ -98,7 +98,7 @@
|
||||
break;
|
||||
}
|
||||
|
||||
switch($HTTP_POST_VARS['action'])
|
||||
switch(@$GLOBALS['HTTP_POST_VARS']['action'])
|
||||
{
|
||||
case 'download':
|
||||
check_form_values();
|
||||
|
Loading…
Reference in New Issue
Block a user