diff options
author | 2019-11-29 08:36:30 -0600 | |
---|---|---|
committer | 2019-11-29 08:36:30 -0600 | |
commit | b5f648cca7fdb31ea3cfdf84fa15926bbfa1bbd4 (patch) | |
tree | bd0e2dd2a8605b3ae15069419d2e1ceac088a55c /plugins/data | |
parent | 47f2f58c1cf5ed8fc6d42b2ab6d1e75c4a22f22e (diff) |
plugins/data: that shouldn't be there (nw)
Diffstat (limited to 'plugins/data')
-rw-r--r-- | plugins/data/load_dat.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/data/load_dat.lua b/plugins/data/load_dat.lua index f71c260de9d..f5afeb30409 100644 --- a/plugins/data/load_dat.lua +++ b/plugins/data/load_dat.lua @@ -151,9 +151,6 @@ function datfile.open(file, vertag, fixupcb) local row = stmt:last_insert_rowid() stmt:finalize() for num, tag in pairs(tags) do - if fixupcb then - fixupcb(data) - end stmt = db.prepare("INSERT INTO \"" .. file .. "_idx\" VALUES (?, ?, ?, ?)") db.check("inserting into index") stmt:bind_values(infotype, tag.tag, tag.set, row) |