MDL-18086 backport fix for incorrect ODS export

This commit is contained in:
danmarsden
2009-01-29 21:24:27 +00:00
parent 4d5025a776
commit e00a6b577f
+1 -1
View File
@@ -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;