Remove some trailing spaces and update the copyright year in pin_number.lua.
This commit is contained in:
parent
5db79b687c
commit
dfb6489334
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue