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>2013-10-20 08:51:34 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2013-10-20 08:51:34 +0400
commitca1695971948896895328c54981a2a61bc8bec34 (patch)
tree8ca9e354f55b86a6020f023dc3500bf71d0bf66f /tbl_change.php
parent5998945b03a4c06a51564d0f399b7fe1c6d576e3 (diff)
Remove trailing white spaces
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_change.php b/tbl_change.php
index b5a4b03aad..c98d76d9c4 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -171,12 +171,12 @@ foreach ($rows as $row_id => $current_row) {
}
$html_output .= PMA_getHtmlForInsertEditRow(
- $url_params, $table_columns, $column, $comments_map, $timestamp_seen,
+ $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, $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
+ $biggest_max_file_size, $text_dir
);
} // end foreach on multi-edit