code improvement
This commit is contained in:
parent
fa2bcbc5e6
commit
da9509dac0
@ -1906,7 +1906,7 @@ function PMA_getCurrentValueForMultipleEdit($multi_edit_colummns, $multi_edit_co
|
||||
} else {
|
||||
$cur_value = $multi_edit_funcs[$key] . '()';
|
||||
}
|
||||
return array($val, $cur_value);
|
||||
return $cur_value;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -183,7 +183,7 @@ foreach ($loop_array as $rownumber => $where_clause) {
|
||||
// Note: $key is an md5 of the fieldname. The actual fieldname is available in $multi_edit_columns_name[$key]
|
||||
|
||||
include 'libraries/tbl_replace_fields.inc.php';
|
||||
list($val, $cur_value) = PMA_getCurrentValueForMultipleEdit($multi_edit_colummns,
|
||||
$cur_value = PMA_getCurrentValueForMultipleEdit($multi_edit_colummns,
|
||||
$multi_edit_columns_name, $multi_edit_funcs, $gis_from_text_functions, $val,
|
||||
$gis_from_wkb_functions, $func_optional_param, $func_no_param, $key);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user