62 737
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 41 : | Ligne 41 : | ||
fun = lookup[code] | fun = lookup[code] | ||
if not fun then | if not fun then | ||
return '<Error> paramètre '..i..' non reconnu' | return '<Error> paramètre '..i..'"'..code..'" non reconnu' | ||
end | end | ||
table.insert( user_links, fun(user) ) | table.insert( user_links, fun(user) ) | ||
Ligne 58 : | Ligne 58 : | ||
if val ~= '' then | if val ~= '' then | ||
args[cle] = val | args[cle] = val | ||
end | |||
end | |||
for i, val in ipairs(argsParent) do | |||
if val ~= '' then | |||
args[i] = val | |||
end | end | ||
end | end |
modifications