Fix MIME type and extension to state before plugins were introduced (patch #1570742, thanks to ssevennm - ssevennm).
This commit is contained in:
@@ -12,6 +12,8 @@ $Source$
|
|||||||
* libraries/db_table_exists.lib.php: Fix displaying of entered query.
|
* libraries/db_table_exists.lib.php: Fix displaying of entered query.
|
||||||
* libraries/common.lib.php: Check for sent headers, provide backtrace in
|
* libraries/common.lib.php: Check for sent headers, provide backtrace in
|
||||||
this case.
|
this case.
|
||||||
|
* libraries/export/excel.php: Fix MIME type and extension to state before
|
||||||
|
plugins were introduced (patch #1570742, thanks to ssevennm - ssevennm).
|
||||||
|
|
||||||
2006-10-09 Michal Čihař <michal@cihar.com>
|
2006-10-09 Michal Čihař <michal@cihar.com>
|
||||||
* lang/german: Fix typo (translation #1570611).
|
* lang/german: Fix typo (translation #1570611).
|
||||||
|
@@ -9,8 +9,8 @@
|
|||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$plugin_list['excel'] = array(
|
$plugin_list['excel'] = array(
|
||||||
'text' => 'strStrucExcelCSV',
|
'text' => 'strStrucExcelCSV',
|
||||||
'extension' => 'xls',
|
'extension' => 'csv',
|
||||||
'mime_type' => 'application/vnd.ms-excel',
|
'mime_type' => 'text/comma-separated-values',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
array('type' => 'text', 'name' => 'null', 'text' => 'strReplaceNULLBy'),
|
array('type' => 'text', 'name' => 'null', 'text' => 'strReplaceNULLBy'),
|
||||||
array('type' => 'bool', 'name' => 'columns', 'text' => 'strPutColNames'),
|
array('type' => 'bool', 'name' => 'columns', 'text' => 'strPutColNames'),
|
||||||
|
Reference in New Issue
Block a user