Index: views/link.views.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/link/views/Attic/link.views.inc,v retrieving revision 1.1.4.2 diff -u -p -r1.1.4.2 link.views.inc --- views/link.views.inc 4 Jul 2009 19:07:42 -0000 1.1.4.2 +++ views/link.views.inc 14 Jul 2009 22:38:26 -0000 @@ -47,6 +47,10 @@ function link_views_content_field_data($ 'group' => t('Content'), 'title' => t('@label title', array('@label' => t($field_types[$field['type']]['label']))) .': '. t($field['widget']['label']) .' ('. $field['field_name'] .')', 'help' => $data[$table_alias][$field['field_name'] .'_url']['help'], + 'field' => array( + 'title' => t('@label title', array('@label' => t($field_types[$field['type']]['label']))), + 'click sortable' => TRUE, + ), 'argument' => array( 'field' => $db_info['columns']['title']['column'], 'tablename' => $db_info['table'],