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:
authorSpun Nakandala <supun.nakandala@gmail.com>2013-09-14 18:05:37 +0400
committerSpun Nakandala <supun.nakandala@gmail.com>2013-09-14 18:05:37 +0400
commit17ce188db4d82b810327cc284ac321e4e6e4eba0 (patch)
tree3bb250f20511878fbc055b3bf7c04e1c41eb6325 /tbl_change.php
parente60f53599d087cf27340163ad79156ee2775b93c (diff)
value tab offset error corrected
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 721d5c2014..596cbd0c7d 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -173,7 +173,7 @@ foreach ($rows as $row_id => $current_row) {
$html_output .= PMA_getHtmlForInsertEditRow(
$url_params, $table_columns, $column, $comments_map, $timestamp_seen,
$current_result, $chg_evt_handler, $jsvkey, $vkey, $insert_mode,
- isset($current_row) ? $current_row : null, $o_rows, $columns_cnt,
+ isset($current_row) ? $current_row : null, $o_rows, $tabindex, $columns_cnt,
$is_upload, $tabindex_for_function, $foreigners, $tabindex_for_null,
$tabindex_for_value, $table, $db, $row_id, $titles,
$biggest_max_file_size, $text_dir