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:
authorAmenadiel <amenadiel@gmail.com>2018-11-13 21:07:08 +0300
committerAmenadiel <amenadiel@gmail.com>2018-11-13 21:44:10 +0300
commita0149862d09f567c6cf2b41517010c1df0c62dfd (patch)
treebc5fecd37a55cf494661d933c9fd307b4c60c05c /src/controllers/ViewpropertiesController.php
parent4be14949b445a4953a5e77c154c4013139e1c63d (diff)
simplification of nested loops
config for cs_fixer csfixer fixes index.php
Diffstat (limited to 'src/controllers/ViewpropertiesController.php')
-rw-r--r--src/controllers/ViewpropertiesController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index e89b5817..acdb54df 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -162,7 +162,6 @@ class ViewpropertiesController extends BaseController
switch ($_REQUEST['stage']) {
case 1:
-
$this->printTrail('column');
$this->printTitle($this->lang['stralter'], 'pg.column.alter');
$this->printMsg($msg);
@@ -204,7 +203,6 @@ class ViewpropertiesController extends BaseController
break;
case 2:
-
// Check inputs
if ('' == trim($_REQUEST['field'])) {
$_REQUEST['stage'] = 1;