summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-04-27 05:36:32 +0000
committerBharat Mediratta <bharat@menalto.com>2009-04-27 05:36:32 +0000
commit2a5abfdbd4b55a628313e2a8b7c102bb34fcd0d3 (patch)
treead3efa1554e7ab8bb86b1dcb64ffc5b18e668f8e
parentf118fc0c14d8422362819da5d36366af8deaa047 (diff)
Update value size to 1536 chars because I had an image which went over 1024 chars
-rw-r--r--modules/exif/helpers/exif_installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exif/helpers/exif_installer.php b/modules/exif/helpers/exif_installer.php
index ae95ef3e..c5c0b027 100644
--- a/modules/exif/helpers/exif_installer.php
+++ b/modules/exif/helpers/exif_installer.php
@@ -30,7 +30,7 @@ class exif_installer {
`id` int(9) NOT NULL auto_increment,
`item_id` int(9) NOT NULL,
`name` varchar(64) NOT NULL,
- `value` varbinary(1024) NOT NULL,
+ `value` varbinary(1536) NOT NULL,
PRIMARY KEY (`id`))
ENGINE=InnoDB DEFAULT CHARSET=utf8;");
$db->query("CREATE TABLE IF NOT EXISTS {exif_records} (