From 94c6836f8b16129a64383ac03beb4a9639ba9559 Mon Sep 17 00:00:00 2001 From: Dieter Adriaenssens Date: Mon, 5 Sep 2011 14:28:17 +0200 Subject: fix coding style : control structures --- tbl_export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbl_export.php') 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']; } -- cgit v1.2.3