Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 329:
if timeonly and dateonly then -- invalid condition when both are set
timeonly, dateonly = false;
end▼
if args[1] then▼
return houroff▼
end
Line 345 ⟶ 341:
args[1], args[2] = get_full_utc_offset (args[1],args[2])
▲ if args[1] then
▲ return houroff
▲ end
if mw.ustring.match (args[1], '%.%d+') then
|