浏览代码

Spreadsheet export: fix = do take the no_localize option into account

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3726 a333f486-631f-4898-b8df-5754b55c2be0
romainq 10 年之前
父节点
当前提交
0c83efe3c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/spreadsheetbulkexport.class.inc.php

+ 1 - 1
core/spreadsheetbulkexport.class.inc.php

@@ -213,7 +213,7 @@ class SpreadsheetBulkExport extends TabularBulkExport
 					}
 					else if($oAttDef instanceof AttributeString)
 					{
-						$sField = $oObj->GetAsHTML($sAttCode);
+						$sField = $oObj->GetAsHTML($sAttCode, $this->bLocalizeOutput);
 						$sData .= "<td x:str>$sField</td>";
 					}
 					else