mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-17 18:41:37 +01:00
Cosmetic change
This commit is contained in:
parent
bdbce4715f
commit
6e6838d2d2
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ class DBHelper extends SQLiteOpenHelper {
|
|||
// Update row
|
||||
int i = db.update(TABLE_DRUG, // table
|
||||
values, // column/value
|
||||
KEY_ID+" = ?", // selections
|
||||
KEY_ID+" = ?", // selections
|
||||
new String[] {String.valueOf(medicament.getId()) } ); // selections args
|
||||
|
||||
// Close DB
|
||||
|
|
Loading…
Reference in a new issue