a.binder %!s(int64=9) %!d(string=hai) anos
pai
achega
5c328d8d72
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SE/superedit-STATYSTYKA_TABELE.php

+ 1 - 1
SE/superedit-STATYSTYKA_TABELE.php

@@ -234,7 +234,7 @@ function STATYSTYKA_TABELE() {
 						union select distinct(TV_OPER) as OPERS from USERS2_MARKETING
 						group by OPERS
 						";
-			 $res_OPERS=$db->query($sql);
+			 $res_OPERS=$db->query($sql_OPERS);
 			 while($row_OPERS=$db->fetch($res_OPERS)) {
 				 $COLSFORSTATS_OPERS[]=$row_OPERS->OPERS;
 			 }