Content deleted Content added
No edit summary |
No edit summary |
||
Line 50:
local use_tiebr_val = Args['use_tiebr'] or 'yes'
local do_tiebr = true
if yesno(use_tiebr_val) then do_tiebr =
-- Initialize
Line 147:
local use_tiebr_val = Args['use_tiebr'] or 'yes'
local do_tiebr = true
if yesno(use_tiebr_val) then do_tiebr =
-- Some local vars
|