Removing deprecated references and files
This commit is contained in:
@@ -7,8 +7,8 @@ switch ($action) {
|
||||
case 'getAllCounters':
|
||||
getAllCounters();
|
||||
break;
|
||||
case 'getAllCountersEnterprise':
|
||||
getAllCountersEnterprise();
|
||||
case 'getAllCountersE':
|
||||
getAllCountersE();
|
||||
break;
|
||||
default: //this is the starting call
|
||||
getLoadTreeMenuData();
|
||||
@@ -32,11 +32,8 @@ function getLoadTreeMenuData()
|
||||
$typesId['CASES_SELFSERVICE'] = 'selfservice';
|
||||
}
|
||||
|
||||
$licensedFeatures = PMLicensedFeatures::getSingleton();
|
||||
if ($licensedFeatures->verifyfeature('7TTeDBQeWRoZTZKYjh4eFpYUlRDUUEyVERPU3FxellWank=')) {
|
||||
$typesId['CONSOLIDATED_CASES'] = 'batch_routing';
|
||||
$types[] = 'batch_routing';
|
||||
}
|
||||
$typesId['CONSOLIDATED_CASES'] = 'batch_routing';
|
||||
$types[] = 'batch_routing';
|
||||
|
||||
$list = [];
|
||||
$list['count'] = ' ';
|
||||
@@ -180,7 +177,7 @@ function getLoadTreeMenuData()
|
||||
die;
|
||||
}
|
||||
|
||||
function getAllCountersEnterprise()
|
||||
function getAllCountersE()
|
||||
{
|
||||
try {
|
||||
$userUid = (isset($_SESSION['USER_LOGGED']) && $_SESSION['USER_LOGGED'] != '') ? $_SESSION['USER_LOGGED'] : null;
|
||||
|
||||
Reference in New Issue
Block a user