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:
authorMarc Delisle <marc@infomarc.info>2013-08-26 21:26:42 +0400
committerMarc Delisle <marc@infomarc.info>2013-08-26 21:26:42 +0400
commita3f15a34d892b4d189e4697f3cd983e93eef3939 (patch)
tree2de92964188d305533e16dce9aaf60a0e073b6db /tbl_change.php
parent063a62b28332a1be96b37c9bd0b1a8eb0b228b9c (diff)
Browse foreigners did not work since commit b2e1f81c0c58ca645852cb213cbb483bd038a87a
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 11476ee7d0..cf11fbcfb4 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -165,7 +165,6 @@ foreach ($rows as $row_id => $current_row) {
}
$jsvkey = $row_id;
- $rownumber_param = '&amp;rownumber=' . $row_id;
$vkey = '[multi_edit][' . $jsvkey . ']';
$current_result = (isset($result) && is_array($result) && isset($result[$row_id])
@@ -303,7 +302,7 @@ foreach ($rows as $row_id => $current_row) {
$html_output .= PMA_getValueColumn(
$column, $backup_field, $column_name_appendix, $unnullify_trigger,
$tabindex, $tabindex_for_value, $idindex, $data, $special_chars,
- $foreignData, $odd_row, array($table, $db), $rownumber_param, $titles,
+ $foreignData, $odd_row, array($table, $db), $row_id, $titles,
$text_dir, $special_chars_encoded, $vkey, $is_upload,
$biggest_max_file_size, $default_char_editing,
$no_support_types, $gis_data_types, $extracted_columnspec