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>2017-10-08 20:34:32 +0300
committerStyleCI Bot <bot@styleci.io>2017-10-08 20:34:32 +0300
commit0bdfd52d5691508913ee64141fd098d782316112 (patch)
tree94af6731aba8646f681c862bd372d62836befecb /src/controllers/SqleditController.php
parentedcd19062013badb1653ab8ee5727b3864d3ca56 (diff)
Apply fixes from StyleCI
[ci skip] [skip ci]
Diffstat (limited to 'src/controllers/SqleditController.php')
-rw-r--r--src/controllers/SqleditController.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index a50c0a83..f017f683 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -44,7 +44,6 @@ class SqleditController extends BaseController
echo $body_text;
$this->printFooter(true, 'footer_sqledit.twig');
-
}
/**
@@ -52,7 +51,6 @@ class SqleditController extends BaseController
*/
public function doDefault()
{
-
$conf = $this->conf;
$misc = $this->misc;
$lang = $this->lang;
@@ -117,7 +115,6 @@ class SqleditController extends BaseController
// Default focus
//$this->setFocus('forms[0].query');
return $default_html;
-
}
/**
@@ -125,7 +122,6 @@ class SqleditController extends BaseController
*/
public function _printConnection($action)
{
-
$conf = $this->conf;
$misc = $this->misc;
$lang = $this->lang;
@@ -152,7 +148,6 @@ class SqleditController extends BaseController
*/
public function doFind()
{
-
$conf = $this->conf;
$misc = $this->misc;
$lang = $this->lang;
@@ -204,5 +199,4 @@ class SqleditController extends BaseController
$this->setFocus('forms[0].term');
return $default_html;
}
-
}