Skip to content

Commit

Permalink
fix vote data heading info
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmusante committed Oct 18, 2024
1 parent 13c9fee commit 95df72b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions IFComp/lib/IFComp/Controller/Admin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,12 @@ sub votecsv : Chained( 'root' ) {
);
$csv->print(
$fh,
[ "TITLE", "PLATFORM", "VOTER", "VOTE",
"IP ADDRESS", "TIMESTAMP", "ANY GAI", "GAI COVER",
[ "TITLE", "PLATFORM", "VOTER", "VOTE",
"IP ADDRESS", "TIMESTAMP", "GAI-FREE", "GAI COVER",
"GAI NONTEXT", "GAI TEXT"
]
);
print $fh "\n";

for my $vote (@votes) {
my $gen_used = ( $vote->entry->genai_state & 1 ) == 1 ? "yes" : "no";
Expand Down

0 comments on commit 95df72b

Please sign in to comment.