Index: votingapi_views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/votingapi/votingapi_views.inc,v
retrieving revision 1.11.2.6
diff -u -r1.11.2.6 votingapi_views.inc
--- votingapi_views.inc	30 Mar 2007 15:10:59 -0000	1.11.2.6
+++ votingapi_views.inc	16 Aug 2007 05:27:10 -0000
@@ -31,6 +31,7 @@
           "value" => array(
             'name' => t("VotingAPI !type !tag value", array('!tag' => $vote_tag, '!type' => $vote_type)),
             'handler' => votingapi_get_formatters(array('value_type' => $vote_type, 'tag' => $vote_tag)),
+            'option' => 'string',
             'value_type' => $vote_type,
             'tag' => $vote_tag,
             'sortable' => TRUE,
@@ -114,6 +115,7 @@
             'name' => t("VotingAPI !type !tag value (current user only)", array('!tag' => $vote_tag, '!type' => $vote_type)),
             'field' => 'value',
             'handler' => votingapi_get_formatters(array('value_type' => $vote_type, 'tag' => $vote_tag)),
+            'option' => 'string',
             'value_type' => $vote_type,
             'tag' => $tag,
             'sortable' => TRUE,
@@ -193,6 +195,7 @@
             "value" => array(
               'name' => t("VotingAPI !type !tag result (!function)", array('!tag' => $cache_tag, '!type' => $cache_type, '!function' => $cache_function)),
               'handler' => votingapi_get_formatters(array('value_type' => $cache_type, 'tag' => $cache_tag, 'function' => $cache_function)),
+              'option' => 'string',
               'value_type' => $cache_type,
               'tag' => $cache_tag,
               'function' => $cache_function,
