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:
authorDieter Adriaenssens <ruleant@users.sourceforge.net>2011-09-05 16:28:17 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2011-09-05 16:28:17 +0400
commit94c6836f8b16129a64383ac03beb4a9639ba9559 (patch)
treee05636d430dc9c001bbdf61bd80f2c8f9cc623cd /db_search.php
parente2864a383efd0b2c18c7c0967e315f07ccf5cf96 (diff)
fix coding style : control structures
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/db_search.php b/db_search.php
index c76e5d80dc..a9817ba2cc 100644
--- a/db_search.php
+++ b/db_search.php
@@ -258,8 +258,7 @@ if (isset($_REQUEST['submit_search'])) {
*/
if ($GLOBALS['is_ajax_request'] == true) {
exit;
-}
-else {
+} else {
echo '</div>';//end searchresults div
}