summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-06-15 01:36:50 +0000
committerChristian Fowler <spider@viovio.com>2007-06-15 01:36:50 +0000
commit020c50669c2311dbc78dfc3a2bfc6660656689b1 (patch)
tree705b5cc1aa133d23b1ba4a118994d6c4f7c8e2b0 /admin
parentba6ae496d051a4908e13bc3d2d3906167cef0cfe (diff)
downloadfisheye-020c50669c2311dbc78dfc3a2bfc6660656689b1.tar.gz
fisheye-020c50669c2311dbc78dfc3a2bfc6660656689b1.tar.bz2
fisheye-020c50669c2311dbc78dfc3a2bfc6660656689b1.zip
migrate gatekeeper list SQL to new service function
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 d83a743..8fd5907 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -25,7 +25,7 @@ $tables = array(
width I4,
height I4
",
-
+/*
'fisheye_exif_data' => "
content_id I4 NOTNULL,
exif_name C(250) NOTNULL,
@@ -33,6 +33,7 @@ $tables = array(
exif_value_long X
CONSTRAINT ', CONSTRAINT `fisheye_exif_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content` (`content_id`)'
"
+*/
);
global $gBitInstaller;