i'm running this code
PHP Code:
$beanList['Prospects'] = 'Prospects';
$beanFiles['Prospect'] = 'modules/Prospects/Prospect.php';
$modulekey = array_keys($modules_exempt_from_availability_check, 'Prospects');
foreach($modulekey as $key => $value){
unset($modules_exempt_from_availability_check[$value]);
};
$modulekey = array_keys($modInvisList, 'Prospects');
foreach($modulekey as $key => $value){
unset($modInvisList[$value]);
};
$moduleList[] = 'Prospects';
And i still can't see targets... i'm running CE 5.5.4 - im placing this code in custom/Extension/application/Ext/Include/include.ext.php - i also running Quick Repair & Rebuild and Repair Extensions
Bookmarks