소스 검색

... last poprawka

a.binder 11 년 전
부모
커밋
5c1ffcbe9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;