Closed (fixed)
Project:
CVS integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 May 2007 at 10:35 UTC
Updated:
29 May 2007 at 16:20 UTC
The array right at the start of cvs_repository() says:
$header = array(
array('data' => t('Name'), 'field' => 'name', 'sort' => 'asc'),
array('data' => t('Modules'), 'field' => 'modules'),
array('data' => t('Method'), 'field' => 'method'),
array('data' => t('Last updated'), 'field' => 'method'),
array('data' => t('Operations'), 'colspan' => 2),
);For 'Last updated', I think you wanted to replace 'method' with 'updated' as column name.
Comments
Comment #1
dwwgood catch. committed to HEAD, DRUPAL-4-7--2 and DRUPAL-4-7. thanks.
Comment #2
(not verified) commented