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>2012-04-22 19:58:41 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-04-22 19:58:41 +0400
commit4b8d52d937d396301c17472874cb645e92258df3 (patch)
treefcde2fe963c87d5e8059029212583cac220f41d1 /db_qbe.php
parent67134da3d01ff2f2469d79223d0d22a4515d3227 (diff)
Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line)
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 3ae8b071db..4a5d100adb 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -254,7 +254,8 @@ for ($x = 0; $x < $col; $x++) {
// then sorting is not available
// Fix for Bug #570698
if (isset($Sort[$x]) && isset($Field[$x])
- && substr($Field[$x], -2) == '.*') {
+ && substr($Field[$x], -2) == '.*'
+ ) {
$Sort[$x] = '';
} //end if