Content deleted Content added
me and indices are not friends |
fix |
||
Line 319:
elseif (elements[4] == ELEMENT_TIMEPERIOD) then -- '10:28 am'
if (numberOfElements == 4) then return checkAndOutput(nil, nil, nil, values[1] + periodHourAdd(values[4]), values[3], nil) end
i = 2 -- '10', ':', '28' and 'am' are four elements, so we start 2 further from 3
end
|