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