get_value($values); switch ($value) { case COMMENT_NODE_HIDDEN: default: return t('Hidden'); case COMMENT_NODE_CLOSED: return t('Closed'); case COMMENT_NODE_OPEN: return t('Open'); } } }