Content deleted Content added
No edit summary |
No edit summary |
||
Line 680:
--[[--------------------------< S E T _ S E L E C
Sets local cfg table and imported functions table to same (live or sandbox) as that used by the other modules.
]]
local function
cfg = cfg_table_ptr;
is_set =
▲ is_set = utilities.is_set ; -- functions in Module:Citation/CS1/Utilities
▲ set_error = utilities.set_error;
▲ select_one = utilities.select_one;
▲ add_maint_cat = utilities.add_maint_cat;
z = utilities_page_ptr.z; -- table of tables in Module:Citation/CS1/Utilities
end
|