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-14 09:10:39 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-04-14 09:10:39 +0400
commitef68eaa25487addf2015a60ef399ca96919bd9a4 (patch)
tree7a867b5e1fe6bcb3eb04ae1a55ba30d4fa3251b8 /export.php
parent33321518591ade27e1651bf3e912d6bdecb7f342 (diff)
Fix Checkstyle Warnings - Type: CloseBracketLine
Diffstat (limited to 'export.php')
-rw-r--r--export.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/export.php b/export.php
index 97527033d2..3e93bb758f 100644
--- a/export.php
+++ b/export.php
@@ -28,7 +28,9 @@ $export_list = PMA_getPlugins(
'libraries/export/',
array(
'export_type' => $export_type,
- 'single_table' => isset($single_table)));
+ 'single_table' => isset($single_table)
+ )
+);
// Backward compatbility
$type = $what;