patch #1659347
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$HeadURL$
|
||||
|
||||
2007-02-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* Documentation.html: patch #1659347, missing doc for some config,
|
||||
thanks to Isaac Bennetch
|
||||
|
||||
2007-02-16 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/common.lib.php, footer.inc.php: avoid generating big links
|
||||
after an upload into a BLOB
|
||||
|
@@ -1634,6 +1634,25 @@ $cfg['TrustedProxies'] =
|
||||
name of the field. The comment is shown as a tool-tip for that field.
|
||||
</dd>
|
||||
|
||||
<dt id ="cfb_SQLQuery_Edit">$cfg['SQLQuery']['Edit'] boolean</dt>
|
||||
<dd>Whether to display an edit link to change a query in any SQL Query box.</dd>
|
||||
|
||||
<dt id ="cfb_SQLQuery_Explain">$cfg['SQLQuery']['Explain'] boolean</dt>
|
||||
<dd>Whether to display a link to explain a SELECT query in any SQL Query box.</dd>
|
||||
|
||||
<dt id ="cfb_SQLQuery_ShowAsPHP">$cfg['SQLQuery']['ShowAsPHP'] boolean</dt>
|
||||
<dd>Whether to display a link to wrap a query in PHP code in any SQL Query box.</dd>
|
||||
|
||||
<dt id ="cfb_SQLQuery_Validate">$cfg['SQLQuery']['Validate'] boolean</dt>
|
||||
<dd>Whether to display a link to validate a query in any SQL Query box.
|
||||
See also <tt><a href="#cfg_SQLValidator">$cfg_SQLValidator</a></tt>.</dd>
|
||||
|
||||
<dt id ="cfb_SQLQuery_Refresh">$cfg['SQLQuery']['Refresh'] boolean</dt>
|
||||
<dd>Whether to display a link to refresh a query in any SQL Query box.</dd>
|
||||
|
||||
<dt id="cfg_UploadDir">$cfg['UploadDir'] string</dt>
|
||||
<dd>
|
||||
The name of the directory where
|
||||
<dt id="cfg_UploadDir">$cfg['UploadDir'] string</dt>
|
||||
<dd>
|
||||
The name of the directory where
|
||||
|
Reference in New Issue
Block a user