Модуль:GetField: различия между версиями

Нет описания правки
Нет описания правки
Строка 252: Строка 252:
                         if type(first) == "table" then
                         if type(first) == "table" then
                             walk(first, key)
                             walk(first, key)
                        elseif first ~= nil then
                            parts[#parts + 1] = key .. "=" .. tostring(first)
                         end
                         end
                     else
                     else