Skip to content

Commit 69a3711

Browse files
kareilaalierak
authored andcommitted
fix non-JS version of ans_extended mode for poll page
1 parent 7517518 commit 69a3711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgi-bin/LJ/Poll.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ sub render {
923923

924924
my @userids;
925925

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

0 commit comments

Comments
 (0)