Use plugins for extension and MIME type.

This commit is contained in:
Michal Čihař
2006-04-26 17:49:47 +00:00
parent 5c82bf4b29
commit 9199199219
11 changed files with 59 additions and 72 deletions

View File

@@ -16,6 +16,7 @@ if (isset($plugin_list)) {
$plugin_list['sql'] = array(
'text' => 'strSQL',
'extension' => 'sql',
'mime_type' => 'text/x-sql',
'options' => array(
array('type' => 'text', 'name' => 'header_comment', 'text' => 'strAddHeaderComment'),
array('type' => 'bool', 'name' => 'use_transaction', 'text' => 'strEncloseInTransaction'),