Fixes a typo

This commit is contained in:
Simone Mainardi 2016-07-05 10:55:17 +02:00
parent a51994cfec
commit a5cec74d36

View file

@ -271,7 +271,7 @@ end
num = 0
for _key, _value in pairsByValues(vals, funct) do
if((_key ~= nil) and (not(_key == ""))) then
o value = stats_by_group_col[_key]
value = stats_by_group_col[_key]
if(to_skip > 0) then
to_skip = to_skip-1