1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

minor query reformatting

This commit is contained in:
Jesse Vincent 2009-12-27 16:53:45 +00:00
parent 580a562085
commit da45b81866

View File

@ -1238,8 +1238,7 @@ public class LocalStore extends Store implements Serializable
}
cursor = mDb.rawQuery(
"SELECT message_id, name, value "
+ "FROM headers " + "WHERE message_id in ( " + questions + ") ",
"SELECT message_id, name, value FROM headers " + "WHERE message_id in ( " + questions + ") ",
ids.toArray(new String[] {}));