Content deleted Content added
fix elseif |
comma not period, elseif was okay |
||
Line 651:
end
end
if (elements[3] == ELEMENT_FOURDIGITS) then -- 'May, 2012'
▲ if (elements[3] == ELEMENT_FOURDIGITS) then -- 'May, 2012' (only valid one)
if (numberOfElements == 3) then return checkAndOutput(values[3], values[1], nil, nil, nil, nil) end
end
|