Fix a typo in exportTransposedResults in the Survey fixes bug#10990.

This commit is contained in:
Colin Kuskie 2009-09-18 10:37:39 -07:00
parent 56f68bf291
commit e3029f3661
2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,7 @@
- fixed #11008: Test::Class
- fixed #11003: Subscribable AssetAspect: no i18n
- fixed #11004: Subscribable AssetAspect: handling the subscription group
- fixed #10990: Survey: View Transposed Results not working
7.7.19
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread

View file

@ -2480,7 +2480,7 @@ sub www_exportTransposedResults {
return $self->session->privilege->insufficient()
if !$self->session->user->isInGroup( $self->get('groupToViewReports') );
$self->loadTempReportTable( ignoreRevisionDate => );
$self->loadTempReportTable( ignoreRevisionDate => 1, );
return $self->export(
sql => <<END_SQL,