stupid copy/paste (nw)

This commit is contained in:
Miodrag Milanovic 2016-11-08 10:58:59 +01:00
parent e9e255c383
commit 694657af7c

View File

@ -57,7 +57,6 @@ function timer.startplugin()
end
local stmt, row
-- Get the articles that are contained in the invoice table itself.
stmt = db:prepare("SELECT total_time, play_count FROM timer WHERE driver = ? AND software = ?")
stmt:bind_values(emu.romname(), emu.softname())
if (stmt:step() == sqlite3.ROW) then