Fix extension.
This commit is contained in:
@@ -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.
|
||||||
|
@@ -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(
|
||||||
|
Reference in New Issue
Block a user