Fix extension.

This commit is contained in:
Michal Čihař
2006-05-30 13:41:11 +00:00
parent d440d22d05
commit b53b94af3e
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ $Source$
* sql.php: Do not compare db if not defined. * sql.php: Do not compare db if not defined.
* server_binlog.php, server_processlist.php: No need to grab all results * server_binlog.php, server_processlist.php: No need to grab all results
to memory. to memory.
* libraries/export/htmlexcel.php: Fix extension.
2006-05-29 Michal Čihař <michal@cihar.com> 2006-05-29 Michal Čihař <michal@cihar.com>
* lang/galician: Update, thanks to Xosé Calvo - xosecalvo. * lang/galician: Update, thanks to Xosé Calvo - xosecalvo.

View File

@@ -9,7 +9,7 @@
if (isset($plugin_list)) { if (isset($plugin_list)) {
$plugin_list['htmlexcel'] = array( $plugin_list['htmlexcel'] = array(
'text' => 'strHTMLExcel', 'text' => 'strHTMLExcel',
'extension' => 'xsl', 'extension' => 'xls',
'mime_type' => 'application/vnd.ms-excel', 'mime_type' => 'application/vnd.ms-excel',
'force_file' => true, 'force_file' => true,
'options' => array( 'options' => array(