From 67f3f98731d65279333132dcec360fbf08b5a05c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 26 Feb 2009 18:05:22 +0000 Subject: [PATCH] Fix a Survey typo in the name of a political party. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 5b7214678..6455323a0 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -3,6 +3,7 @@ - fixed #9808: Search i18n - fixed #9818: deleteAttachedFiles bug (THE REVENGE) - fixed #9809: Pagination list up to 10/20: not working correctly on last pages. + - fixed #9820: Survey: political party spelled wrong 7.6.13 - fixed AdSpace bug: impressions and clicks for most non-human web clients will not be counted. diff --git a/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm b/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm index b0ea7be88..9bf42d006 100644 --- a/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm +++ b/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm @@ -785,7 +785,7 @@ sub updateQuestionAnswers { } elsif ( $type eq 'Party' ) { 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 } ); } elsif ( $type eq 'Race' ) {