summaryrefslogtreecommitdiff
path: root/admin/schema_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/schema_inc.php')
-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;