Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-04-26 20:37:07 +0400
committerMarc Delisle <marc@infomarc.info>2012-04-26 20:37:07 +0400
commit28d45840aca08316e206129ade6ff594ba7325cc (patch)
tree4f28144e492a5f090026b4ff43e9cec9ad0c73a2 /Documentation.html
parentb4b6919746063409a3ac48d073785aa132ea9192 (diff)
Remove VerboseMultiSubmit configuration directive
Diffstat (limited to 'Documentation.html')
-rw-r--r--Documentation.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation.html b/Documentation.html
index f6ae23cbf7..ab4be0cc86 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1495,11 +1495,6 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
<dd>Define whether phpMyAdmin will continue executing a multi-query
statement if one of the queries fails. Default is to abort execution.</dd>
- <dt id="cfg_VerboseMultiSubmit">$cfg['VerboseMultiSubmit'] boolean</dt>
- <dd>Define whether phpMyAdmin will output the results of each query of a
- multi-query statement embedded into the
- <abbr title="structured query language">SQL</abbr> output as inline
- comments. Defaults to <code>TRUE</code>.</dd>
<dt id="AllowArbitraryServer">
<span id="cfg_AllowArbitraryServer">$cfg['AllowArbitraryServer']</span> boolean</dt>
<dd>If enabled, allows you to log in to arbitrary servers using cookie auth and permits to specify servers of your choice in the Synchronize dialog.