lexicon2008 / android-smspopup

Automatically exported from code.google.com/p/android-smspopup
0 stars 0 forks source link

Found code that'll cause upgrade probs #208

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
net.everythingandroid.smspopup.SmsPopupDbAdapter.java
Line 145
db.execSQL("DROP TABLE IF EXISTS " + QUICKMESSAGES_DB_CREATE);
should be
db.execSQL("DROP TABLE IF EXISTS " + QUICKMESSAGES_DB_TABLE);

Original issue reported on code.google.com by nukille...@gmail.com on 18 Nov 2010 at 12:04

GoogleCodeExporter commented 9 years ago
Thanks, I just committed this change.

Original comment by adam.eve...@gmail.com on 19 Nov 2010 at 12:14