Index: units/categories/categories_tag_processor.php =================================================================== --- units/categories/categories_tag_processor.php (revision 13400) +++ units/categories/categories_tag_processor.php (working copy) @@ -1919,4 +1919,15 @@ } return $this->Application->ParseBlock($params); } + + function TestTag($params) + { + $object =& $this->GetList($params); + + $array = $object->GetCol('Status'); + print_pre($array, 'Not Formatted:', true); + + $array = $object->GetCol('Status', true); + print_pre($array, 'Fromatted:', true); + } } \ No newline at end of file