17.707
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 145: | Zeile 145: | ||
if type(val) == "table" then | if type(val) == "table" then | ||
v = table.concat(v, ";") | v = table.concat(v, ";") | ||
else | |||
v = tostring(v) | |||
end | end | ||
fbdata.pargs[a] = v | fbdata.pargs[a] = v | ||