Index: modules/hs_taxonomy_views_handler_filter_term_node_tid.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/hierarchical_select/modules/hs_taxonomy_views_handler_filter_term_node_tid.inc,v
retrieving revision 1.6
diff -u -F '^f' -r1.6 hs_taxonomy_views_handler_filter_term_node_tid.inc
--- modules/hs_taxonomy_views_handler_filter_term_node_tid.inc	26 Aug 2010 11:16:19 -0000	1.6
+++ modules/hs_taxonomy_views_handler_filter_term_node_tid.inc	6 Feb 2011 13:33:42 -0000
@@ -236,6 +236,7 @@
 
   function admin_summary() {
     $this->value = (array) $this->value;
+    dpm($this->value);
     return parent::admin_summary();
   }
 
