diff options
| author | Christian Fowler <spider@viovio.com> | 2007-06-15 03:45:55 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-06-15 03:45:55 +0000 |
| commit | 94d54453db51ba1ef5c24865618dca1f8eb9dd11 (patch) | |
| tree | f958156b704c58825afc67443a95abb4c3686c7b /admin | |
| parent | 020c50669c2311dbc78dfc3a2bfc6660656689b1 (diff) | |
| download | fisheye-94d54453db51ba1ef5c24865618dca1f8eb9dd11.tar.gz fisheye-94d54453db51ba1ef5c24865618dca1f8eb9dd11.tar.bz2 fisheye-94d54453db51ba1ef5c24865618dca1f8eb9dd11.zip | |
remove commented fisheye_exif_data - i think we were going to move that to liberty or something at something point?
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 8fd5907..d83a743 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,7 +33,6 @@ $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; |
