Better description.

This commit is contained in:
Michal Čihař
2010-09-15 15:07:49 +02:00
parent 33d9bbf451
commit dd2861350f

View File

@@ -120,7 +120,7 @@ if (isset($plugin_list)) {
/* end SQL statements */ /* end SQL statements */
$plugin_list['sql']['options'][] = $plugin_list['sql']['options'][] =
array('type' => 'bool', 'name' => 'backquotes', 'text' => __('Enclose table and field names with backquotes <i>(Protects field and table names formed with special characters)</i>')); array('type' => 'bool', 'name' => 'backquotes', 'text' => __('Enclose table and field names with backquotes <i>(Protects field and table names formed with special characters or keywords)</i>'));
$plugin_list['sql']['options'][] = $plugin_list['sql']['options'][] =
array('type' => 'end_group'); array('type' => 'end_group');