@@ -264,7 +264,6 module IssuesHelper | |||
|
264 | 264 | end |
|
265 | 265 | |
|
266 | 266 | def issues_to_csv(issues, project, query, options={}) |
|
267 | ic = Iconv.new(l(:general_csv_encoding), 'UTF-8') | |
|
268 | 267 | decimal_separator = l(:general_csv_decimal_separator) |
|
269 | 268 | encoding = l(:general_csv_encoding) |
|
270 | 269 | columns = (options[:columns] == 'all' ? query.available_columns : query.columns) |
General Comments 0
You need to be logged in to leave comments.
Login now