mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 14:30:05 +01:00
turn off experimental function
This commit is contained in:
parent
775498194d
commit
514de5d7e9
2
home.php
2
home.php
@ -276,7 +276,7 @@
|
|||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
$portal_oldvarnames = array('mainscreen_showevents', 'homeShowEvents','homeShowLatest');
|
$portal_oldvarnames = array('mainscreen_showevents', 'homeShowEvents','homeShowLatest');
|
||||||
$check_oldvarnames = true;
|
$check_oldvarnames = false;
|
||||||
if($check_oldvarnames)
|
if($check_oldvarnames)
|
||||||
{
|
{
|
||||||
$_apps = $GLOBALS['phpgw_info']['user']['apps'];
|
$_apps = $GLOBALS['phpgw_info']['user']['apps'];
|
||||||
|
Loading…
Reference in New Issue
Block a user