- Fix the judges "Complete" header. Changed to "Cmpl" so it shows in the

header.
This commit is contained in:
dave 2007-12-30 22:30:28 +00:00
parent e24bbb0bbc
commit 7c5b53c268

View File

@ -108,8 +108,8 @@ $report_judges_fields = array(
'complete' => array(
'name' => 'Judge -- Registration Complete',
'header' => 'Complete',
'width' => 0.5,
'header' => 'Cmpl',
'width' => 0.4,
'table' => 'judges.complete',
'value_map' => array ('no' => 'No', 'yes' => 'Yes')),