Content deleted Content added
Update compressyear to follow highest range when year_to is in use. |
No edit summary |
||
Line 129:
end
-- If
if(emptyyear and oldhighrange and emptyyear <= oldhighrange) then
-- If
if(emptyyear <= oldhighrange) then▼
▲ if(year <= (oldhighrange+1)) then
▲ emptyyear = nil
▲ -- If the current year is highrange+2 or more, adjust the emptyyear to be above highrange)
▲ else if(year > (oldhighrange+1)) then
end
end
|