Content deleted Content added
yup |
try and solve the ipairs problem |
||
Line 87:
-- Parameter 9 and others is the total non-project, so exclude
-- TODO: I can't get this to work cleanly with (i)pairs
for i,
-- 'or 0' to keep us safe from a non-numeric value.
sum_classes = sum_classes +
end
end
|