瀏覽代碼

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