a.binder 11 anni fa
parent
commit
5c1ffcbe9c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      SE/superedit-PRZYPOMNIJ.php

+ 1 - 1
SE/superedit-PRZYPOMNIJ.php

@@ -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;