Zach Iverson 2011-07-07 19:47:28 -04:00
parent a18a4cb336
commit ac4ced5082
2 changed files with 2 additions and 2 deletions

View File

@ -705,7 +705,7 @@ public class DataManager {
connect(); connect();
try { try {
stmt = connection.prepareStatement( prepStmt = connection.prepareStatement(
"DELETE FROM `" + xAuthSettings.tblStrike + "`" + "DELETE FROM `" + xAuthSettings.tblStrike + "`" +
" WHERE `host` = ?" " WHERE `host` = ?"
); );

View File

@ -1,6 +1,6 @@
name: xAuth name: xAuth
main: com.cypherx.xauth.xAuth main: com.cypherx.xauth.xAuth
version: 2.0b3 version: 2.0b3.5
description: Offline-Mode Security Suite description: Offline-Mode Security Suite
author: CypherX author: CypherX
commands: commands: