From 3ef12b0d909032379b5cc9275e34bb25a4732540 Mon Sep 17 00:00:00 2001
From: Christian Biggins <cbiggins@gmail.com>
Date: Tue, 19 May 2015 13:15:25 +1000
Subject: [PATCH] Issue #2193131 by cbiggins: Fixing install fields

---
 advpoll.install | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/advpoll.install b/advpoll.install
index a52959e..63f49a4 100644
--- a/advpoll.install
+++ b/advpoll.install
@@ -163,9 +163,7 @@ function _advpoll_installed_fields() {
       'field_name' => 'advpoll_choice',
       'foreign keys' => array(),
       'indexes' => array(
-        'choice' => array(
-          0 => array('choice', 255),
-        ),
+        'choice' => array('choice'),
       ),
       'module' => 'advpoll_field',
       'settings' => array(),
-- 
2.3.2 (Apple Git-55)

