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:
authorWillian Gustavo Veiga <wiltave@gmail.com>2012-05-04 15:42:03 +0400
committerWillian Gustavo Veiga <wiltave@gmail.com>2012-05-04 15:42:03 +0400
commitd44db6b80afd4c22371a2185e86ddb07c499c4bf (patch)
tree9ead1503887cecacbea1eb3b50b6a8b020ff9f0e /browse_foreigners.php
parent9685d8d68345d2e2fdca5a5869ef2cd53073b166 (diff)
Code readability improved.
Diffstat (limited to 'browse_foreigners.php')
-rw-r--r--browse_foreigners.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/browse_foreigners.php b/browse_foreigners.php
index ad158449ab..490a06cdee 100644
--- a/browse_foreigners.php
+++ b/browse_foreigners.php
@@ -268,8 +268,9 @@ if (is_array($foreignData['disp_row'])) {
$key_ordered_current_val
);
$key_ordered_current_val = htmlspecialchars(
- PMA_substr($key_ordered_current_val, 0, $cfg['LimitChars'])
- . '...'
+ PMA_substr(
+ $key_ordered_current_val, 0, $cfg['LimitChars']
+ ) . '...'
);
}