Remove some trailing spaces and update the copyright year in pin_number.lua.

This commit is contained in:
markjcrane 2016-06-21 19:37:25 -06:00
parent 5db79b687c
commit dfb6489334
1 changed files with 4 additions and 5 deletions

View File

@ -16,7 +16,7 @@
--
-- The Initial Developer of the Original Code is
-- Mark J Crane <markjcrane@fusionpbx.com>
-- Copyright (C) 2010
-- Copyright (C) 2010-2016
-- the Initial Developer. All Rights Reserved.
--
-- Contributor(s):
@ -83,7 +83,6 @@
--set the authorized pin number that was used
session:setVariable("pin_number", digits);
end);
else
pin_number_table = explode(",",pin_number);
for index,pin_number in pairs(pin_number_table) do