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:
authorRouslan Placella <rouslan@placella.com>2012-04-22 03:12:30 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-22 03:12:30 +0400
commitff66fdbdf9ed414dfa75c7e66f738887dd9efc25 (patch)
treeb86f946b150e3919cafce790faf716905b930c38 /tbl_change.php
parentda0e04d179e8e11f3a0023e17305857c6fe6fbbd (diff)
Remove stray trailing whitespaces
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tbl_change.php b/tbl_change.php
index aa71791995..a44dfc9e58 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -380,7 +380,7 @@ foreach ($rows as $row_id => $vrow) {
$m_rows = $o_rows + 1;
//store the default value for CharEditing
$default_char_editing = $cfg['CharEditing'];
-
+
$odd_row = true;
for ($i = 0; $i < $fields_cnt; $i++) {
if (! isset($table_fields[$i]['processed'])) {
@@ -594,7 +594,7 @@ foreach ($rows as $row_id => $vrow) {
$special_chars_encoded = PMA_duplicateFirstNewline($special_chars);
// this will select the UNHEX function while inserting
if (($field['is_binary'] || ($field['is_blob'] && ! $cfg['ProtectBinary']))
- && (isset($_SESSION['tmp_user_values']['display_binary_as_hex'])
+ && (isset($_SESSION['tmp_user_values']['display_binary_as_hex'])
&& $_SESSION['tmp_user_values']['display_binary_as_hex'])
&& $cfg['ShowFunctionFields']
) {
@@ -960,8 +960,8 @@ foreach ($rows as $row_id => $vrow) {
* This case happens for CHAR or VARCHAR columns which have
* a size larger than the maximum size for input field.
*/
- $cfg['CharEditing'] = 'textarea';
- }
+ $cfg['CharEditing'] = 'textarea';
+ }
} else {
/**
* This case happens for example for INT or DATE columns;