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_operations.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_operations.php')
-rw-r--r--db_operations.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/db_operations.php b/db_operations.php
index f7afc484de..ec399fc325 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -457,8 +457,9 @@ if ($db != 'mysql') {
// Don't even try to drop information_schema. You won't be able to. Believe me. You won't.
// Don't allow to easily drop mysql database, RFE #1327514.
if (($is_superuser || $GLOBALS['cfg']['AllowUserDropDatabase'])
- && ! $db_is_information_schema
- && (PMA_DRIZZLE || $db != 'mysql')) {
+ && ! $db_is_information_schema
+ && (PMA_DRIZZLE || $db != 'mysql')
+) {
?>
<div class="operations_half_width">
<fieldset class="caution">