Modul:SMW: Unterschied zwischen den Versionen

1 Byte hinzugefügt ,  20. Dezember 2025
fix addAttrToList
(+ addAttr2List())
(fix addAttrToList)
Zeile 129: Zeile 129:
end
end


function addAttr2List(attrlist, attr, val)
function addAttrToList(attrlist, attr, val)
if val ~= nil then
if val ~= nil then
if attrlist[attr] == nil then
if attrlist[attr] == nil then