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>2013-09-17 13:45:21 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2013-09-17 13:45:21 +0400
commitad6f253869554fdd5d98521a4b4d3a760a94a834 (patch)
tree5d7773ce1695448c7ea29c62e4f878701665b412 /tbl_change.php
parent510c2db1de817d3cc6be7c2b20039f267a1b3978 (diff)
coding style : fix indenting
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 596cbd0c7d..b5a4b03aad 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -30,8 +30,8 @@ list(
$insert_mode, $where_clause, $where_clause_array, $where_clauses,
$result, $rows, $found_unique_key, $after_insert
) = PMA_determineInsertOrEdit(
- isset($where_clause) ? $where_clause : null, $db, $table
- );
+ isset($where_clause) ? $where_clause : null, $db, $table
+);
/**
* file listing