Author: alevkovsky
Date: 2009-03-06 08:02:03 -0500 (Fri, 06 Mar 2009)
New Revision: 12856
Modified:
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/domain/Image.java
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/service/ImageAction.java
trunk/test-applications/realworld2/ejb/src/main/resources/import.sql
Log:
Realworld: update image editing markup and functionality
Modified:
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/domain/Image.java
===================================================================
---
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/domain/Image.java 2009-03-06
11:51:05 UTC (rev 12855)
+++
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/domain/Image.java 2009-03-06
13:02:03 UTC (rev 12856)
@@ -149,6 +149,9 @@
inverseJoinColumns = @JoinColumn(name = "USER_ID")
)
private List<User> sharedOwners = new ArrayList<User>();
+
+ @NotNull
+ private boolean allowComments;
// ********************** Accessor Methods ********************** //
@@ -341,4 +344,20 @@
imageTags.remove(metatag);
}
}
+
+ /**
+ * @return the allowComments
+ */
+ public boolean isAllowComments() {
+ return allowComments;
+ }
+
+ /**
+ * @param allowCommennts the allowComments to set
+ */
+ public void setAllowComments(boolean allowComments) {
+ this.allowComments = allowComments;
+ }
+
+
}
Modified:
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/service/ImageAction.java
===================================================================
---
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/service/ImageAction.java 2009-03-06
11:51:05 UTC (rev 12855)
+++
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/service/ImageAction.java 2009-03-06
13:02:03 UTC (rev 12856)
@@ -52,7 +52,7 @@
}
image.getImageTags().clear();
setTags(image, image.getMeta());*/
- image.setImageTags(null);
+ /*image.setImageTags(null);
String[] tokens = image.getMeta().split(",");
for(String token:tokens){
MetaTag t =(MetaTag) em.createQuery("from MetaTag t where t.tag
=:token").setParameter("token", token).getSingleResult();
@@ -65,7 +65,7 @@
t.addImage(image);
image.addMetaTag(t);
}
- }
+ }*/
em.flush();
}
Modified: trunk/test-applications/realworld2/ejb/src/main/resources/import.sql
===================================================================
--- trunk/test-applications/realworld2/ejb/src/main/resources/import.sql 2009-03-06
11:51:05 UTC (rev 12855)
+++ trunk/test-applications/realworld2/ejb/src/main/resources/import.sql 2009-03-06
13:02:03 UTC (rev 12856)
@@ -18,95 +18,95 @@
INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_shelf_id,
created) VALUES (27, 'Very very very very very very very long album name ',
'Long name test', true, 1, 2, '2008-12-18');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (1, 'korana',
'Viking/15/korana.jpg', 'korana', '2008-12-18', 15, 'Canon
S3', 1024, 1917.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (2, 'korana2',
'Viking/15/korana2.jpg', 'korana2', '2008-12-18', 15, 'Canon
S3', 1024, 949.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (3, 'Re4ka',
'Viking/15/Re4ka.jpg', 'Re4ka', '2008-12-18', 15, 'Canon
S3', 1024, 412.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (4, 'river10',
'Viking/15/river10.jpg', 'river10', '2008-12-18', 15, 'Canon
S3', 1024, 276.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (5, 'river11',
'Viking/15/river11.jpg', 'river11', '2008-12-18', 15, 'Canon
S3', 1024, 187.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (6, 'river12',
'Viking/15/river12.jpg', 'river12', '2008-12-18', 15, 'Canon
S3', 1024, 265.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (7, 'river13',
'Viking/15/river13.jpg', 'river13', '2008-12-18', 15, 'Canon
S3', 1024, 106.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (8, 'river2',
'Viking/15/river2.jpg', 'river2', '2008-12-18', 15, 'Canon
S3', 1024, 130.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (9, 'river3',
'Viking/15/river3.jpg', 'river3', '2008-12-18', 15, 'Canon
S3', 1024, 126.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (10, 'river4',
'Viking/15/river4.jpg', 'river4', '2008-12-18', 15, 'Canon
S3', 1024, 267.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (11, 'river5',
'Viking/15/river5.jpg', 'river5', '2008-12-18', 15, 'Canon
S3', 1024, 176.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (12, 'river6',
'Viking/15/river6.jpg', 'river6', '2008-12-18', 15, 'Canon
S3', 1024, 126.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (13, 'river7',
'Viking/15/river7.jpg', 'river7', '2008-12-18', 15, 'Canon
S3', 1024, 201.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (14, 'river8',
'Viking/15/river8.jpg', 'river8', '2008-12-18', 15, 'Canon
S3', 1024, 278.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (15, 'river9',
'Viking/15/river9.jpg', 'river9', '2008-12-18', 15, 'Canon
S3', 1024, 210.000000, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (16, 'river_and_torrents',
'Viking/15/river_and_torrents.jpg', 'river_and_torrents',
'2008-12-18', 15, 'Canon S3', 1024, 161.000000, 768,
'2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (1, 'korana',
'Viking/15/korana.jpg', 'korana', '2008-12-18', 15, 'Canon
S3', 1024, 1917.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (2, 'korana2',
'Viking/15/korana2.jpg', 'korana2', '2008-12-18', 15, 'Canon
S3', 1024, 949.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (3, 'Re4ka',
'Viking/15/Re4ka.jpg', 'Re4ka', '2008-12-18', 15, 'Canon
S3', 1024, 412.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (4, 'river10',
'Viking/15/river10.jpg', 'river10', '2008-12-18', 15, 'Canon
S3', 1024, 276.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (5, 'river11',
'Viking/15/river11.jpg', 'river11', '2008-12-18', 15, 'Canon
S3', 1024, 187.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (6, 'river12',
'Viking/15/river12.jpg', 'river12', '2008-12-18', 15, 'Canon
S3', 1024, 265.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (7, 'river13',
'Viking/15/river13.jpg', 'river13', '2008-12-18', 15, 'Canon
S3', 1024, 106.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (8, 'river2',
'Viking/15/river2.jpg', 'river2', '2008-12-18', 15, 'Canon
S3', 1024, 130.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (9, 'river3',
'Viking/15/river3.jpg', 'river3', '2008-12-18', 15, 'Canon
S3', 1024, 126.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (10, 'river4',
'Viking/15/river4.jpg', 'river4', '2008-12-18', 15, 'Canon
S3', 1024, 267.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (11, 'river5',
'Viking/15/river5.jpg', 'river5', '2008-12-18', 15, 'Canon
S3', 1024, 176.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (12, 'river6',
'Viking/15/river6.jpg', 'river6', '2008-12-18', 15, 'Canon
S3', 1024, 126.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (13, 'river7',
'Viking/15/river7.jpg', 'river7', '2008-12-18', 15, 'Canon
S3', 1024, 201.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (14, 'river8',
'Viking/15/river8.jpg', 'river8', '2008-12-18', 15, 'Canon
S3', 1024, 278.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (15, 'river9',
'Viking/15/river9.jpg', 'river9', '2008-12-18', 15, 'Canon
S3', 1024, 210.000000, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (16,
'river_and_torrents', 'Viking/15/river_and_torrents.jpg',
'river_and_torrents', '2008-12-18', 15, 'Canon S3', 1024,
161.000000, 768, '2008-12-01', true);
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (17, 'Sport1',
'amarkhel/20/sport.jpg', 'Where is the Batman?', '2008-12-18',
20, 'Canon S3', 1600, 20, 1200, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (18, 'Sport1',
'amarkhel/20/sport (1).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (19, 'Sport1',
'amarkhel/20/sport (2).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (20, 'Sport1',
'amarkhel/20/sport (3).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (21, 'Sport1',
'amarkhel/20/sport (4).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (22, 'Sport1',
'amarkhel/20/sport (5).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (23, 'Sport1',
'amarkhel/20/sport (6).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (24, 'Sport1',
'amarkhel/20/sport (7).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (25, 'Sport1',
'amarkhel/20/sport (8).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (26, 'Sport1',
'amarkhel/20/sport (9).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (27, 'Sport1',
'amarkhel/20/sport (10).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (28, 'Sport1',
'amarkhel/20/sport (11).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (29, 'Sport1',
'amarkhel/20/sport (12).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (30, 'Sport1',
'amarkhel/20/sport (13).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (31, 'Sport1',
'amarkhel/20/sport (14).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (32, 'Sport1',
'amarkhel/20/sport (15).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (33, 'Sport1',
'amarkhel/20/sport (16).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (34, 'Sport1',
'amarkhel/20/sport (17).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (17, 'Sport1',
'amarkhel/20/sport.jpg', 'Where is the Batman?', '2008-12-18',
20, 'Canon S3', 1600, 20, 1200, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (18, 'Sport1',
'amarkhel/20/sport (1).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01',
false);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (19, 'Sport1',
'amarkhel/20/sport (2).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (20, 'Sport1',
'amarkhel/20/sport (3).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (21, 'Sport1',
'amarkhel/20/sport (4).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (22, 'Sport1',
'amarkhel/20/sport (5).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (23, 'Sport1',
'amarkhel/20/sport (6).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (24, 'Sport1',
'amarkhel/20/sport (7).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (25, 'Sport1',
'amarkhel/20/sport (8).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (26, 'Sport1',
'amarkhel/20/sport (9).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (27, 'Sport1',
'amarkhel/20/sport (10).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (28, 'Sport1',
'amarkhel/20/sport (11).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (29, 'Sport1',
'amarkhel/20/sport (12).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (30, 'Sport1',
'amarkhel/20/sport (13).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1600, 20, 1200, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (31, 'Sport1',
'amarkhel/20/sport (14).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (32, 'Sport1',
'amarkhel/20/sport (15).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (33, 'Sport1',
'amarkhel/20/sport (16).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (34, 'Sport1',
'amarkhel/20/sport (17).jpg', 'Where is the Batman?',
'2008-12-18', 20, 'Canon S3', 1280, 20, 1024, '2008-12-01',
true);
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (35, 'Fun',
'amarkhel/23/travel.jpg', 'Where is the Batman?', '2008-12-18',
23, 'Canon S3', 940, 20, 627, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (36, 'Fun',
'amarkhel/23/travel (1).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1200, 20, 800, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (37, 'Fun',
'amarkhel/23/travel (2).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1200, 20, 800, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (38, 'Fun',
'amarkhel/23/travel (3).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 747, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (39, 'Fun',
'amarkhel/23/travel (4).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (40, 'Fun',
'amarkhel/23/travel (5).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 1075, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (41, 'Fun',
'amarkhel/23/travel (6).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 760, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (42, 'Fun',
'amarkhel/23/travel (7).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 1023, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (43, 'Fun',
'amarkhel/23/travel (8).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 723, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (44, 'Fun',
'amarkhel/23/travel (9).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1028, 20, 967, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (45, 'Fun',
'amarkhel/23/travel (10).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 622, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (46, 'Fun',
'amarkhel/23/travel (11).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 625, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (47, 'Fun',
'amarkhel/23/travel (12).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 625, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (48, 'Fun',
'amarkhel/23/travel (13).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 625, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (49, 'Fun',
'amarkhel/23/travel (14).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 625, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (50, 'Fun',
'amarkhel/23/travel (15).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1036, 20, 1036, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (51, 'Fun',
'amarkhel/23/travel (16).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 627, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (35, 'Fun',
'amarkhel/23/travel.jpg', 'Where is the Batman?', '2008-12-18',
23, 'Canon S3', 940, 20, 627, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (36, 'Fun',
'amarkhel/23/travel (1).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1200, 20, 800, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (37, 'Fun',
'amarkhel/23/travel (2).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1200, 20, 800, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (38, 'Fun',
'amarkhel/23/travel (3).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 747, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (39, 'Fun',
'amarkhel/23/travel (4).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 1024, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (40, 'Fun',
'amarkhel/23/travel (5).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 1075, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (41, 'Fun',
'amarkhel/23/travel (6).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 760, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (42, 'Fun',
'amarkhel/23/travel (7).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 1023, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (43, 'Fun',
'amarkhel/23/travel (8).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1024, 20, 723, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (44, 'Fun',
'amarkhel/23/travel (9).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1028, 20, 967, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (45, 'Fun',
'amarkhel/23/travel (10).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 622, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (46, 'Fun',
'amarkhel/23/travel (11).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 625, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (47, 'Fun',
'amarkhel/23/travel (12).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 625, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (48, 'Fun',
'amarkhel/23/travel (13).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 625, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (49, 'Fun',
'amarkhel/23/travel (14).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 625, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (50, 'Fun',
'amarkhel/23/travel (15).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 1036, 20, 1036, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (51, 'Fun',
'amarkhel/23/travel (16).jpg', 'Where is the Batman?',
'2008-12-18', 23, 'Canon S3', 940, 20, 627, '2008-12-01', true);
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (52, 'Fun',
'amarkhel/25/beach (1).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 850, 20, 600, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (53, 'Fun',
'amarkhel/25/beach (2).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 800, 20, 600, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (54, 'Fun',
'amarkhel/25/beach (3).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 768, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (55, 'Fun',
'amarkhel/25/beach (4).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1600, 20, 1200, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (56, 'Fun',
'amarkhel/25/beach (5).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1000, 20, 807, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (57, 'Fun',
'amarkhel/25/beach (6).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1024, 20, 608, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (58, 'Fun',
'amarkhel/25/beach (7).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 768, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (59, 'Fun',
'amarkhel/25/beach (8).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1024, 20, 668, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (60, 'Fun',
'amarkhel/25/beach (9).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 800, 20, 553, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (61, 'Fun',
'amarkhel/25/beach (10).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 603, 20, 900, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (62, 'Fun',
'amarkhel/25/beach (11).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1023, 20, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (63, 'Fun',
'amarkhel/25/beach (12).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1024, 20, 732, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (64, 'Fun',
'amarkhel/25/beach (13).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1024, 20, 660, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (65, 'Fun',
'amarkhel/25/beach (14).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 681, 20, 1025, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (66, 'Fun',
'amarkhel/25/beach.jpg', 'Where is the Batman?', '2008-12-18',
25, 'Canon S3', 940, 20, 625, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (52, 'Fun',
'amarkhel/25/beach (1).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 850, 20, 600, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (53, 'Fun',
'amarkhel/25/beach (2).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 800, 20, 600, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (54, 'Fun',
'amarkhel/25/beach (3).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 768, 20, 1024, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (55, 'Fun',
'amarkhel/25/beach (4).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1600, 20, 1200, '2008-12-01',
true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (56, 'Fun',
'amarkhel/25/beach (5).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1000, 20, 807, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (57, 'Fun',
'amarkhel/25/beach (6).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1024, 20, 608, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (58, 'Fun',
'amarkhel/25/beach (7).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 768, 20, 1024, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (59, 'Fun',
'amarkhel/25/beach (8).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1024, 20, 668, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (60, 'Fun',
'amarkhel/25/beach (9).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 800, 20, 553, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (61, 'Fun',
'amarkhel/25/beach (10).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 603, 20, 900, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (62, 'Fun',
'amarkhel/25/beach (11).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1023, 20, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (63, 'Fun',
'amarkhel/25/beach (12).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1024, 20, 732, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (64, 'Fun',
'amarkhel/25/beach (13).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 1024, 20, 660, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (65, 'Fun',
'amarkhel/25/beach (14).jpg', 'Where is the Batman?',
'2008-12-18', 25, 'Canon S3', 681, 20, 1025, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (66, 'Fun',
'amarkhel/25/beach.jpg', 'Where is the Batman?', '2008-12-18',
25, 'Canon S3', 940, 20, 625, '2008-12-01', true);
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (67, 'Fun',
'Noname/26/flowers (1).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (68, 'Fun',
'Noname/26/flowers (2).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 683, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (69, 'Fun',
'Noname/26/flowers (3).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (70, 'Fun',
'Noname/26/flowers (4).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 900, 20, 602, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (71, 'Fun',
'Noname/26/flowers (5).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 686, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (72, 'Fun',
'Noname/26/flowers (6).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 800, 20, 600, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (73, 'Fun',
'Noname/26/flowers (7).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1200, 20, 969, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (74, 'Fun',
'Noname/26/flowers (8).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 821, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (75, 'Fun',
'Noname/26/flowers (9).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (76, 'Fun',
'Noname/26/flowers (10).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 912, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (77, 'Fun',
'Noname/26/flowers (11).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 663, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (78, 'Fun',
'Noname/26/flowers (12).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (79, 'Fun',
'Noname/26/flowers (13).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 700, 20, 1052, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (80, 'Fun',
'Noname/26/flowers (14).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 906, 20, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (81, 'Fun',
'Noname/26/flowers (15).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (82, 'Fun',
'Noname/26/flowers (16).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1206, 20, 868, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded) VALUES (83, 'Fun',
'Noname/26/flowers.jpg', 'Where is the Batman?', '2008-12-18',
26, 'Canon S3', 582, 20, 800, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (67, 'Fun',
'Noname/26/flowers (1).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (68, 'Fun',
'Noname/26/flowers (2).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 683, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (69, 'Fun',
'Noname/26/flowers (3).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (70, 'Fun',
'Noname/26/flowers (4).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 900, 20, 602, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (71, 'Fun',
'Noname/26/flowers (5).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 686, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (72, 'Fun',
'Noname/26/flowers (6).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 800, 20, 600, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (73, 'Fun',
'Noname/26/flowers (7).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1200, 20, 969, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (74, 'Fun',
'Noname/26/flowers (8).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 821, 20, 1024, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (75, 'Fun',
'Noname/26/flowers (9).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (76, 'Fun',
'Noname/26/flowers (10).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 912, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (77, 'Fun',
'Noname/26/flowers (11).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 663, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (78, 'Fun',
'Noname/26/flowers (12).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (79, 'Fun',
'Noname/26/flowers (13).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 700, 20, 1052, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (80, 'Fun',
'Noname/26/flowers (14).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 906, 20, 1024, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (81, 'Fun',
'Noname/26/flowers (15).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1024, 20, 768, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (82, 'Fun',
'Noname/26/flowers (16).jpg', 'Where is the Batman?',
'2008-12-18', 26, 'Canon S3', 1206, 20, 868, '2008-12-01', true);
+INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, width, size, height, uploaded, allowComments) VALUES (83, 'Fun',
'Noname/26/flowers.jpg', 'Where is the Batman?', '2008-12-18',
26, 'Canon S3', 582, 20, 800, '2008-12-01', true);
INSERT INTO metatags(metatag_id, tag) VALUES (1, 'Beach');
INSERT INTO metatags(metatag_id, tag) VALUES (2, 'Cool');