Merge remote-tracking branch 'origin/master'

master
tokugawa 2014-04-21 14:51:25 -04:00
commit 63e21bd252
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ public class LocationDatabaseHelper extends SQLiteOpenHelper {
location.setLocationLong(c.getDouble(3));
location.setLocationLat(c.getDouble(4));
location.setKey(c.getString(5));
location.setRiddleImageUrl(c.getString(6));
}
return location;