Fix a Survey typo in the name of a political party.
This commit is contained in:
parent
91ecdda498
commit
67f3f98731
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
- fixed #9808: Search i18n
|
- fixed #9808: Search i18n
|
||||||
- fixed #9818: deleteAttachedFiles bug (THE REVENGE)
|
- fixed #9818: deleteAttachedFiles bug (THE REVENGE)
|
||||||
- fixed #9809: Pagination list up to 10/20: not working correctly on last pages.
|
- fixed #9809: Pagination list up to 10/20: not working correctly on last pages.
|
||||||
|
- fixed #9820: Survey: political party spelled wrong
|
||||||
|
|
||||||
7.6.13
|
7.6.13
|
||||||
- fixed AdSpace bug: impressions and clicks for most non-human web clients will not be counted.
|
- fixed AdSpace bug: impressions and clicks for most non-human web clients will not be counted.
|
||||||
|
|
|
||||||
|
|
@ -785,7 +785,7 @@ sub updateQuestionAnswers {
|
||||||
}
|
}
|
||||||
elsif ( $type eq 'Party' ) {
|
elsif ( $type eq 'Party' ) {
|
||||||
my @ans
|
my @ans
|
||||||
= ( 'Democratic party', 'Republican party (or GOP)', 'Independant party', 'Other party (verbatim)' );
|
= ( 'Democratic party', 'Republican party (or GOP)', 'Independent party', 'Other party (verbatim)' );
|
||||||
$self->addAnswersToQuestion( \@addy, \@ans, { 3, 1 } );
|
$self->addAnswersToQuestion( \@addy, \@ans, { 3, 1 } );
|
||||||
}
|
}
|
||||||
elsif ( $type eq 'Race' ) {
|
elsif ( $type eq 'Race' ) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue