We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7517518 commit 69a3711Copy full SHA for 69a3711
cgi-bin/LJ/Poll.pm
@@ -923,7 +923,7 @@ sub render {
923
924
my @userids;
925
926
- my $respondents = $self->journal->selectall_arrayref(
+ my $respondents = $self->journal->selectcol_arrayref(
927
"SELECT DISTINCT(userid) FROM pollresult2 WHERE pollid=? AND journalid=? ",
928
undef, $pollid, $self->journalid );
929
0 commit comments