summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorSylvie Greverend <sylvieg@users.sourceforge.net>2006-06-22 17:31:12 +0000
committerSylvie Greverend <sylvieg@users.sourceforge.net>2006-06-22 17:31:12 +0000
commit10a406729cf18d0e126a057ce8b684caa81105bf (patch)
tree1a76003cb0da6a2cc36e2f465e4630a2b31f9836 /admin
parent9d3ee0518ceabe78c00107cabf056daa55e3267e (diff)
downloadfisheye-10a406729cf18d0e126a057ce8b684caa81105bf.tar.gz
fisheye-10a406729cf18d0e126a057ce8b684caa81105bf.tar.bz2
fisheye-10a406729cf18d0e126a057ce8b684caa81105bf.zip
a gallery can choose to have comments on its image
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index c26a7d4..14535ca 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -8,7 +8,8 @@ $tables = array(
rows_per_page I4,
cols_per_page I4,
thumbnail_size C(32),
- preview_content_id I4
+ preview_content_id I4,
+ image_comment C(1)
",
'fisheye_gallery_image_map' => "