mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Remove trailing tabs.
This commit is contained in:
@@ -131,13 +131,13 @@
|
||||
if (array[category] == nil) then
|
||||
array[category] = {}
|
||||
end
|
||||
|
||||
|
||||
--add the subcategory array
|
||||
if (array[category][subcategory] == nil) then
|
||||
array[category][subcategory] = {}
|
||||
x = 1;
|
||||
end
|
||||
|
||||
|
||||
--add the subcategory array
|
||||
if (array[category][subcategory][name] == nil) then
|
||||
array[category][subcategory][name] = {}
|
||||
|
||||
Reference in New Issue
Block a user