Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2018-06-01 03:52:05 +0300
committerStyleCI Bot <bot@styleci.io>2018-06-01 03:52:05 +0300
commit5465862e73c2a723036341cfb93678e355938df0 (patch)
treeca66596e5768e4786428f4fbe04ed229227b72f9 /src/controllers/SchemasController.php
parent30d30e0eda3eaaf813b1f9505c8fedf6384b2fa1 (diff)
Apply fixes from StyleCI
[ci skip] [skip ci]
Diffstat (limited to 'src/controllers/SchemasController.php')
-rw-r--r--src/controllers/SchemasController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index e73744f5..7c8cb379 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -496,7 +496,6 @@ class SchemasController extends BaseController
*/
public function doExport($msg = '')
{
-
$this->printTrail('schema');
$this->printTabs('schema', 'export');
$this->printMsg($msg);
@@ -515,6 +514,5 @@ class SchemasController extends BaseController
echo $this->displayOrDownload(!(strstr($_SERVER['HTTP_USER_AGENT'], 'MSIE') && isset($_SERVER['HTTPS'])));
echo $this->formFooter($subject, $object);
-
}
}