Commit 1e15b5ac authored by christopher.foster's avatar christopher.foster

Login NOT FUNCTIONAL

parent 33719a2a
......@@ -48,7 +48,7 @@ public class DBConnector extends SQLiteOpenHelper {
{
boolean correct = false;
String query = "Select * FROM " + TABLE_Users + " = \"" + username + "\"";
String query = "Select * FROM " + TABLE_Users + "= \"" + username + "\"";
SQLiteDatabase db = this.getWritableDatabase();
Cursor cursor = db.rawQuery(query, null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment