list of actions (all says all actions are admin only) //'Administration'=>array('all'=>1, 'SupportPortal'=>'allow'), 'Dropdown'=>array('all'=>1), 'Dynamic'=>array('all'=>1), 'DynamicFields'=>array('all'=>1), 'Currencies'=>array('all'=>1), 'EditCustomFields'=>array('all'=>1), 'FieldsMetaData'=>array('all'=>1), 'LabelEditor'=>array('all'=>1), 'ACL'=>array('all'=>1), 'ACLActions'=>array('all'=>1), 'ACLRoles'=>array('all'=>1), //'Groups'=>array('all'=>1), 'UpgradeWizard' => array('all' => 1), 'Studio' => array('all' => 1), ); $modInvisListActivities = array('Calls', 'Meetings','Notes','Tasks'); $modInvisList[] = 'ACL'; $modInvisList[] = 'ACLRoles'; $modInvisList[] = 'Configurator'; $modInvisList[] = 'UserPreferences'; $modInvisList[] = 'SavedSearch'; // deferred //$modInvisList[] = 'Queues'; $modInvisList[] = 'Studio'; $modInvisList[] = 'Connectors'; $beanList['SugarFeed'] = 'SugarFeed'; $beanFiles['SugarFeed'] = 'modules/SugarFeed/SugarFeed.php'; $modInvisList[] = 'SugarFeed'; if (file_exists('include/modules_override.php')) { include('include/modules_override.php'); } if (file_exists('custom/application/Ext/Include/modules.ext.php')) { include('custom/application/Ext/Include/modules.ext.php'); } ?>