OSDN Git Service

Fix typo of datetaken field.
authorWu-cheng Li <wuchengli@google.com>
Wed, 1 Aug 2012 10:31:08 +0000 (18:31 +0800)
committerWu-cheng Li <wuchengli@google.com>
Wed, 1 Aug 2012 10:31:08 +0000 (18:31 +0800)
Change-Id: I3d53388696101178598910d0b73444988408cbc3

src/com/android/gallery3d/data/BucketHelper.java

index 71c0ad4..3418daf 100644 (file)
@@ -75,7 +75,7 @@ class BucketHelper {
     // already know the media type from the table we query from.
     private static final String[] PROJECTION_BUCKET_IN_ONE_TABLE = {
             ImageColumns.BUCKET_ID,
-            "MAX(date_taken)",
+            "MAX(datetaken)",
             ImageColumns.BUCKET_DISPLAY_NAME};
 
     // We keep the INDEX_BUCKET_ID and INDEX_BUCKET_NAME the same as