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-06 19:37:52 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2013-09-06 19:37:52 +0400
commitc6c3883ff4d988390d625d1e4e189e0ed32b4610 (patch)
treef6a41cb5c5ada659941b18a32d6c42b492495fc1 /tbl_relation.php
parent1fbc4d0cb354d99ff8eb2ae46b41bfecdb11a26f (diff)
fix coding style : indentation
Diffstat (limited to 'tbl_relation.php')
-rw-r--r--tbl_relation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_relation.php b/tbl_relation.php
index 2dc55d9ad8..748fa40a6a 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -93,12 +93,12 @@ $multi_edit_columns_name = isset($_REQUEST['fields_name'])
// u p d a t e s f o r I n t e r n a l r e l a t i o n s
if (isset($_POST['destination_db']) && $cfgRelation['relwork']) {
- PMA_handleUpdatesForInternalRelations(
+ PMA_handleUpdatesForInternalRelations(
$_POST['destination_db'], $multi_edit_columns_name,
$_POST['destination_table'],
$_POST['destination_column'], $cfgRelation, $db, $table,
isset($existrel) ? $existrel : null
- );
+ );
} // end if (updates for internal relations)
$html_output = '';