1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 19:44:00 +02:00
This commit is contained in:
Jakub Vrana
2018-02-21 00:28:59 +01:00
parent 3f4f3454f8
commit b1cdc7902b
2 changed files with 2 additions and 2 deletions

View File

@@ -1105,7 +1105,7 @@ if (!defined("DRIVER")) {
$grouping = array("avg", "count", "count distinct", "group_concat", "max", "min", "sum"); ///< @var array grouping functions used in select
$edit_functions = array( ///< @var array of array("$type|$type2" => "$function/$function2") functions used in editing, [0] - edit and insert, [1] - edit only
array(
"char" => "md5/sha1/password/encrypt/uuid", //! JavaScript for disabling maxlength
"char" => "md5/sha1/password/encrypt/uuid",
"binary" => "md5/sha1",
"date|time" => "now",
), array(