Module:taln-headword: Difference between revisions

No edit summary
No edit summary
Line 65: Line 65:
if pos_functions[poscat] then
if pos_functions[poscat] then
pos_functions[poscat].func(args, data) -- Add this line to actually call the function
pos_functions[poscat].func(args, data)
end
end