Proper escaping.
This commit is contained in:
@@ -26,8 +26,7 @@ if (isset($plugin_list)) {
|
||||
'extension' => 'sql',
|
||||
'mime_type' => 'text/x-sql',
|
||||
'options' => array(
|
||||
array('type' => 'text', 'name' => 'header_comment', 'text' => __('Add custom comment into header (
|
||||
splits lines)')),
|
||||
array('type' => 'text', 'name' => 'header_comment', 'text' => __('Add custom comment into header (\\n splits lines)')),
|
||||
array('type' => 'bool', 'name' => 'include_comments', 'text' => __('Comments')),
|
||||
array('type' => 'bool', 'name' => 'use_transaction', 'text' => __('Enclose export in a transaction')),
|
||||
array('type' => 'bool', 'name' => 'disable_fk', 'text' => __('Disable foreign key checks')),
|
||||
|
Reference in New Issue
Block a user