|
|
@@ -367,7 +367,7 @@ $getLdapGroupsNames=User::getLdapGroupsNames();
|
|
|
//
|
|
|
if(
|
|
|
!(in_array($task->A_CLASSIFIED, $getLdapGroupsNames)) and $task->A_CLASSIFIED!='' and
|
|
|
- !(in_array($task->A_ADM_COMPANY, $getLdapGroupsNames)) and $task->A_ADM_COMPANY!='' and
|
|
|
+ !(in_array($task->A_ADM_COMPANY, $getLdapGroupsNames)) and $task->A_ADM_COMPANY!=''
|
|
|
// !($sqlAllowedUsersList[$task->_l_app]) - to jest bez sensu - wystarczy widocznosc sprawy?
|
|
|
) continue;
|
|
|
|