Modulo:DTFunzioniComuni: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 159: Riga 159:
end
end
if not Aggregate then
if not Aggregate then
return ResultsArray[1]
return table.concat(ResultsArray)
end
end
end
end
Riga 209: Riga 209:
if type(UpperCategories) == "table" then
if type(UpperCategories) == "table" then
--return table.concat(UpperCategories)
return table.concat(UpperCategories)
return UpperCategories
else
else
return UpperCategories
return UpperCategories