mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-24 17:47:38 +01:00
Little fail
This commit is contained in:
parent
9c4331e3e6
commit
5cc5ee8cae
@ -635,7 +635,7 @@ public class MySQL implements DataSource {
|
||||
list.add(rs.getString(columnName));
|
||||
}
|
||||
rs.close();
|
||||
sql = "DELETE FROM " + tableName + " WHERE " + columnLastLogin + "<?:";
|
||||
sql = "DELETE FROM " + tableName + " WHERE " + columnLastLogin + "<?;";
|
||||
st = con.prepareStatement(sql);
|
||||
st.setLong(1, until);
|
||||
st.executeUpdate();
|
||||
|
Loading…
Reference in New Issue
Block a user