mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-25 18:17:34 +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));
|
list.add(rs.getString(columnName));
|
||||||
}
|
}
|
||||||
rs.close();
|
rs.close();
|
||||||
sql = "DELETE FROM " + tableName + " WHERE " + columnLastLogin + "<?:";
|
sql = "DELETE FROM " + tableName + " WHERE " + columnLastLogin + "<?;";
|
||||||
st = con.prepareStatement(sql);
|
st = con.prepareStatement(sql);
|
||||||
st.setLong(1, until);
|
st.setLong(1, until);
|
||||||
st.executeUpdate();
|
st.executeUpdate();
|
||||||
|
Loading…
Reference in New Issue
Block a user