Changes

Jump to navigation Jump to search
91 bytes added ,  07:37, 11 December 2020
no edit summary
Line 1,659: Line 1,659:     
]]
 
]]
max = 1;
+
 
 
local function get_display_names (max, count, list_name, etal)
 
local function get_display_names (max, count, list_name, etal)
 
if is_set (max) then
 
if is_set (max) then
Line 1,675: Line 1,675:  
end
 
end
 
end
 
end
+
if count > 1 then
return max, etal;
+
                etal = true;
 +
        else
 +
                etal = false;
 +
        end
 +
return 1, etal;
 
end
 
end
  

Navigation menu