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:
authorJo Michael <me@mynetx.net>2012-04-20 00:32:51 +0400
committerJo Michael <me@mynetx.net>2012-04-20 00:32:51 +0400
commitc0329abd23de1dbbd7796de3b7ef9e7ec4ecae01 (patch)
treef1403d30bf00af3794041fdcd0e9dc5902e90ea0 /Documentation.html
parent65cbcd200fead9b3fc8a40c62c01fb50965cfa2b (diff)
rfe #3518852 [edit] edit blob but not other binary, new option $cfg['ProtectBinary'] = 'noblob'
Diffstat (limited to 'Documentation.html')
-rw-r--r--Documentation.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation.html b/Documentation.html
index eb7ae843cb..8449158781 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1694,6 +1694,8 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
from editing when browsing a table's content. Valid values are:
<ul><li><code>FALSE</code> to allow editing of all columns;</li>
<li><code>'blob'</code> to allow editing of all columns except <code>BLOBS</code>;</li>
+ <li><code>'noblob'</code> to disallow editing of all columns except <code>BLOBS</code>
+ (the opposite of <code>'blob'</code>);</li>
<li><code>'all'</code> to disallow editing of all <code>BINARY</code> or
<code>BLOB</code> columns.</li>
</ul>