mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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='')
|
||||
{
|
||||
$sbox =& CreateObject('phpgwapi.sbox');
|
||||
|
||||
unset($GLOBALS['egw_info']['flags']['noheader']);
|
||||
unset($GLOBALS['egw_info']['flags']['nonavbar']);
|
||||
if(!@is_object($GLOBALS['egw']->js))
|
||||
@ -1030,7 +1028,6 @@
|
||||
{
|
||||
$GLOBALS['egw_info']['flags']['include_xajax'] = true;
|
||||
|
||||
$sbox =& CreateObject('phpgwapi.sbox');
|
||||
$jscal =& CreateObject('phpgwapi.jscalendar');
|
||||
|
||||
unset($GLOBALS['egw_info']['flags']['noheader']);
|
||||
|
Loading…
Reference in New Issue
Block a user