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 /tbl_export.php
parente2864a383efd0b2c18c7c0967e315f07ccf5cf96 (diff)
fix coding style : control structures
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 6a7d03ff05..a2ce305d6d 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -54,7 +54,7 @@ if (! empty($sql_query)) {
$wheres[] = '(' . implode(') OR (',$where_clause) . ')';
}
- if (!empty($analyzed_sql[0]['where_clause'])) {
+ if (!empty($analyzed_sql[0]['where_clause'])) {
$wheres[] = $analyzed_sql[0]['where_clause'];
}