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:
Diffstat (limited to 'src/controllers/SqleditController.php')
-rw-r--r--src/controllers/SqleditController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index b303fd54..7ae25626 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -79,7 +79,7 @@ class SqleditController extends BaseController
$default_html .= '<form action="' . \containerInstance()->subFolder . '/sql" method="post" enctype="multipart/form-data" class="sqlform" id="sqlform" target="detail">';
$default_html .= \PHP_EOL;
- $default_html .= $this->printConnection('sql', false);
+ $default_html .= $this->printConnection('sql');
$default_html .= \PHP_EOL;
@@ -155,7 +155,7 @@ class SqleditController extends BaseController
$default_html = $this->printTabs('popup', 'find', false);
$default_html .= '<form action="database" method="post" target="detail">' . \PHP_EOL;
- $default_html .= $this->printConnection('find', false);
+ $default_html .= $this->printConnection('find');
$default_html .= '<p><input class="focusme" name="term" id="term" value="' . \htmlspecialchars($_REQUEST['term']) . \sprintf(
'" size="32" maxlength="%s" />',
$data->_maxNameLen