Fix extension.
This commit is contained in:
@@ -16,6 +16,7 @@ $Source$
|
||||
* sql.php: Do not compare db if not defined.
|
||||
* server_binlog.php, server_processlist.php: No need to grab all results
|
||||
to memory.
|
||||
* libraries/export/htmlexcel.php: Fix extension.
|
||||
|
||||
2006-05-29 Michal Čihař <michal@cihar.com>
|
||||
* lang/galician: Update, thanks to Xosé Calvo - xosecalvo.
|
||||
|
@@ -9,7 +9,7 @@
|
||||
if (isset($plugin_list)) {
|
||||
$plugin_list['htmlexcel'] = array(
|
||||
'text' => 'strHTMLExcel',
|
||||
'extension' => 'xsl',
|
||||
'extension' => 'xls',
|
||||
'mime_type' => 'application/vnd.ms-excel',
|
||||
'force_file' => true,
|
||||
'options' => array(
|
||||
|
Reference in New Issue
Block a user