Content deleted Content added
it's a meta-table so the normal methods won't work |
trm debug |
||
Line 93:
args[k] = v
end
if not next(args) then
args[k] = v
end
end
-- set empty args to be nil
Line 104 ⟶ 102:
if v == "" then args[k] = nil end
end
return calendar(args)
end
|