--- path_redirect.admin.inc.original	2010-08-06 16:27:23.000000000 +0200
+++ path_redirect.admin.inc	2010-09-06 09:42:52.000000000 +0200
@@ -24,6 +24,7 @@ function path_redirect_list_redirects($q
     'type' => array('data' => t('Type'), 'field' => 'type'),
     'language' => array('data' => t('Language'), 'field' => 'language'),
     'last_used' => array('data' => t('Last used'), 'field' => 'last_used'),
+    'counter' => array('data' => t('Counter'), 'field' => 'counter'),
     'operations' => array('data' => t('Operations')),
   );
 
@@ -81,6 +82,9 @@ function path_redirect_list_redirects($q
     if (isset($header['last_used'])) {
       $row['last_used'] = format_date($redirect['last_used'], 'short');
     }
+    if (isset($header['counter'])) {
+      $row['counter'] = $redirect['counter'];
+    }
     if (isset($header['operations'])) {
       $operations = array();
       $operations['edit'] = array(
