Content deleted Content added
try thus |
m 6 |
||
Line 287:
if (elements[5] == ELEMENT_ONETWODIGITS) then -- '10:28:27'
if (numberOfElements == 5) then return checkAndOutput(nil, nil, nil, values[1], values[3], values[5]) end
if (elements[6] == ELEMENT_WHITESPACE or elements[
if (elements[7] == ELEMENT_ONETWODIGITS) then -- '10:28:27, 3'
if (elements[8] == ELEMENT_WHITESPACE) then -- '10:28:27, 3 '
|