# HG changeset patch # User Kim Alvefur # Date 1491066147 -7200 # Node ID e859f279add49d1dee2abfea1384df32b5d6eb72 # Parent 8a7c4497569a53e4a4518d1c0a4ea2de60378a55 mod_storage_sql: Remove compat for argument order change diff -r 8a7c4497569a -r e859f279add4 plugins/mod_storage_sql.lua --- a/plugins/mod_storage_sql.lua Fri Mar 31 18:52:53 2017 +0200 +++ b/plugins/mod_storage_sql.lua Sat Apr 01 19:02:27 2017 +0200 @@ -183,9 +183,6 @@ }; archive_store.__index = archive_store function archive_store:append(username, key, value, when, with) - if type(when) ~= "number" then - when, with, value = value, when, with; - end local user,store = username,self.store; local ok, key = engine:transaction(function() if key then