Quellcode durchsuchen

... last poprawka

a.binder vor 11 Jahren
Ursprung
Commit
5c1ffcbe9c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;