From e00a6b577fe63ca18ed1aa02152cf5c428ec8cea Mon Sep 17 00:00:00 2001 From: danmarsden Date: Thu, 29 Jan 2009 21:24:27 +0000 Subject: [PATCH] MDL-18086 backport fix for incorrect ODS export --- mod/choice/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/choice/report.php b/mod/choice/report.php index 0c6446b806f..839163d2897 100644 --- a/mod/choice/report.php +++ b/mod/choice/report.php @@ -93,7 +93,7 @@ $myxls->write_string($row,3,$ug2); if (isset($option_text)) { - $myxls->write_string($row,4,format_string($useroption,true)); + $myxls->write_string($row,4,format_string($option_text,true)); } $row++; $pos=4;