Skip to content

Commit

Permalink
fix Spider.lua to back out changes made for 7.4.19 (fixes issue TACC#283
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Robert McLay committed Jun 9, 2017
1 parent e4a4bab commit b51fd5a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/Spider.lua
Original file line number Diff line number Diff line change
Expand Up @@ -893,13 +893,12 @@ function M._Level2(self, sn, entryA, possibleA)
dbg.start{"Spider:_Level2(",sn,", entryA, possibleA)"}
--dbg.printT("entryA",entryA)

local show_hidden = masterTbl().show_hidden
local a = {}
local ia = 0
local b = {}
local c = {}
local titleIdx = 0

local show_hidden = masterTbl().show_hidden
local a = {}
local ia = 0
local b = {}
local c = {}
local titleIdx = 0
local entryT = entryA[1]
local fullName = entryT.fullName
local banner = Banner:singleton()
Expand Down

0 comments on commit b51fd5a

Please sign in to comment.