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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-03-15 15:29:31 +0400
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-03-15 15:29:31 +0400
commitcbc966c03d79f1ebf385fca418fa6a9822167729 (patch)
tree8e14d20e7e868eb938406537208dadeb97a49673 /db_search.php
parent889555e38d52f6c58deaa34250b774fbd5fc66bf (diff)
PHPCS updates.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index 8d5d80f346..dba5c4416b 100644
--- a/db_search.php
+++ b/db_search.php
@@ -59,5 +59,5 @@ $response->addHTML(
. '<br class="clearfloat" />'
);
$response->addHTML($db_search->getSelectionForm($url_params));
-$response->addHTML($db_search->_getResultDivs());
+$response->addHTML($db_search->getResultDivs());
?>