turn off experimental function

This commit is contained in:
shrykedude 2003-11-21 01:02:58 +00:00
parent 775498194d
commit 514de5d7e9

View File

@ -276,7 +276,7 @@
return $result;
}
$portal_oldvarnames = array('mainscreen_showevents', 'homeShowEvents','homeShowLatest');
$check_oldvarnames = true;
$check_oldvarnames = false;
if($check_oldvarnames)
{
$_apps = $GLOBALS['phpgw_info']['user']['apps'];