a.binder 9 anos atrás
pai
commit
97ba6c2447
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      SE/superedit-STATYSTYKA_TABELE.php

+ 2 - 1
SE/superedit-STATYSTYKA_TABELE.php

@@ -244,7 +244,8 @@ function STATYSTYKA_TABELE() {
 			 while($row_OPERS=$db->fetch($res_OPERS)) {
 				if(strlen($row_OPERS->OPERS)>0) 
 				if(!in_array(strtolower(preg_replace('/[^a-zA-Z0-9\-_]/','_',$row_OPERS->OPERS), $COLSFORSTATS_OPERS)))
-				 if(!in_array(preg_replace('/[^a-zA-Z0-9\-_]/','_',$row_OPERS->OPERS, $COLSFORSTATS_OPERS)))
+				 if(!in_array(strtoupper(preg_replace('/[^a-zA-Z0-9\-_]/','_',$row_OPERS->OPERS), $COLSFORSTATS_OPERS)))
+				  if(!in_array(preg_replace('/[^a-zA-Z0-9\-_]/','_',$row_OPERS->OPERS, $COLSFORSTATS_OPERS)))
 				  $COLSFORSTATS_OPERS[]=strtolower(preg_replace('/[^a-zA-Z0-9\-_]/','_',$row_OPERS->OPERS));
 				
 				if($row_OPERS->OPERS!=preg_replace('/[^a-zA-Z0-9\-_]/','_',$row_OPERS->OPERS)) {