mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
removed not used instanciation of old sbox class
This commit is contained in:
parent
a446185de0
commit
9d4ddba49b
@ -919,8 +919,6 @@
|
|||||||
|
|
||||||
function create_edit_group($group_info,$_errors='')
|
function create_edit_group($group_info,$_errors='')
|
||||||
{
|
{
|
||||||
$sbox =& CreateObject('phpgwapi.sbox');
|
|
||||||
|
|
||||||
unset($GLOBALS['egw_info']['flags']['noheader']);
|
unset($GLOBALS['egw_info']['flags']['noheader']);
|
||||||
unset($GLOBALS['egw_info']['flags']['nonavbar']);
|
unset($GLOBALS['egw_info']['flags']['nonavbar']);
|
||||||
if(!@is_object($GLOBALS['egw']->js))
|
if(!@is_object($GLOBALS['egw']->js))
|
||||||
@ -1030,7 +1028,6 @@
|
|||||||
{
|
{
|
||||||
$GLOBALS['egw_info']['flags']['include_xajax'] = true;
|
$GLOBALS['egw_info']['flags']['include_xajax'] = true;
|
||||||
|
|
||||||
$sbox =& CreateObject('phpgwapi.sbox');
|
|
||||||
$jscal =& CreateObject('phpgwapi.jscalendar');
|
$jscal =& CreateObject('phpgwapi.jscalendar');
|
||||||
|
|
||||||
unset($GLOBALS['egw_info']['flags']['noheader']);
|
unset($GLOBALS['egw_info']['flags']['noheader']);
|
||||||
|
Loading…
Reference in New Issue
Block a user