Module:Face: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 40: Line 40:
             arr[1] = data
             arr[1] = data
         end
         end
         if string.len(data) == 1 then
         if string.len(arr[1]) == 1 then
             arr[1] = "0" .. data
             arr[1] = "0" .. data
         end
         end