Skip to content

Commit

Permalink
fix non-JS version of ans_extended mode for poll page
Browse files Browse the repository at this point in the history
  • Loading branch information
kareila authored and alierak committed Jan 30, 2025
1 parent 7517518 commit 69a3711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi-bin/LJ/Poll.pm
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ sub render {

my @userids;

my $respondents = $self->journal->selectall_arrayref(
my $respondents = $self->journal->selectcol_arrayref(
"SELECT DISTINCT(userid) FROM pollresult2 WHERE pollid=? AND journalid=? ",
undef, $pollid, $self->journalid );

Expand Down

0 comments on commit 69a3711

Please sign in to comment.