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:
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