if not found_bl then
final_mult = val[2]
- lua_util.debugm(N, task, "hui4 final mult: %s", final_mult)
end
end
end
table.insert(opts, dom .. ':d:-')
found_bl = true
final_mult = val[2]
- lua_util.debugm(N, task, "hui2 final mult: %s", final_mult)
end
end
end
if val[1] == 'both' or val[1] == 'bl' then
found_bl = true
final_mult = val[2]
- lua_util.debugm(N, task, "hui3 final mult: %s", final_mult)
table.insert(opts, string.format("%s:%s:-", dom, what))
end
else
table.insert(opts, string.format("%s:%s:+", dom, what))
if not found_bl then
final_mult = val[2]
- lua_util.debugm(N, task, "hui1 final mult: %s", final_mult)
end
end
end