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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2016-02-12 11:32:52 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2016-02-12 11:32:52 +0300
commit04181fb2b9869e5e5a1365d7a6f03c92aec0632d (patch)
treeea9c2e40ccf2eac7acecc31d74dca3b438490f8d /tbl_replace.php
parent490325c89dcdda5dd6dd492ebe90fb91314c96d3 (diff)
Fix #11911 Inserts via tbl_change.php in VARBINARY columns does not allow using HEX() and MD5()
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'tbl_replace.php')
-rw-r--r--tbl_replace.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_replace.php b/tbl_replace.php
index 9e61c13ff2..a81f9ccb02 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -257,7 +257,7 @@ foreach ($loop_array as $rownumber => $where_clause) {
$current_value, $multi_edit_auto_increment,
$rownumber, $multi_edit_columns_name, $multi_edit_columns_null,
$multi_edit_columns_null_prev, $is_insert,
- $using_key, $where_clause, $table
+ $using_key, $where_clause, $table, $multi_edit_funcs
);
$current_value_as_an_array = PMA_getCurrentValueAsAnArrayForMultipleEdit(