Content deleted Content added
Testing |
Testing |
||
Line 272:
if(positions[1] ~= 2) then
table.insert(name.familyNames, fullNameTable[2])
end
table.insert(name.familyNames, table.concat(fullNameTable, " ", positions[1]))
|
Testing |
Testing |
||
Line 272:
if(positions[1] ~= 2) then
table.insert(name.familyNames, fullNameTable[2])
end
table.insert(name.familyNames, table.concat(fullNameTable, " ", positions[1]))
|