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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-05-30 10:33:50 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-05-30 15:07:56 +0300
commit285e38e931635a5d72bc75d38c891ee27a491d1a (patch)
tree69d809e2551f80c7831a51da6d3e54b37d9ddbdc /db_search.php
parentd248fd419d5ed78c42ff2b7ce590239932479b0c (diff)
Fix some PSR-2 coding standard errors
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index e0ab1d0e08..ed5c4e18d4 100644
--- a/db_search.php
+++ b/db_search.php
@@ -30,7 +30,10 @@ require 'libraries/db_common.inc.php';
// If config variable $GLOBALS['cfg']['UseDbSearch'] is on false : exit.
if (! $GLOBALS['cfg']['UseDbSearch']) {
Util::mysqlDie(
- __('Access denied!'), '', false, $err_url
+ __('Access denied!'),
+ '',
+ false,
+ $err_url
);
} // end if
$url_query .= '&amp;goto=db_search.php';