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:
authorSpun Nakandala <supun.nakandala@gmail.com>2013-08-29 20:28:35 +0400
committerSpun Nakandala <supun.nakandala@gmail.com>2013-08-29 20:28:35 +0400
commit207ee1ffc3cbf635abd162d800665fa83498a5b7 (patch)
tree87a755b4fc387eb0e079aef249c877d9a77f3040 /tbl_relation.php
parentbf2c85c877ddcc4f814cab8d5a2cbcccaf71eb4a (diff)
errors corrected
Diffstat (limited to 'tbl_relation.php')
-rw-r--r--tbl_relation.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tbl_relation.php b/tbl_relation.php
index 1de7e69554..4f9500af63 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -103,11 +103,13 @@ if (isset($destination_db) && $cfgRelation['relwork']) {
);
} // end if (updates for internal relations)
+$html_output = '';
+
// u p d a t e s f o r f o r e i g n k e y s
// (for now, one index name only; we keep the definitions if the
// foreign db is not the same)
if (isset($destination_foreign_db)) {
- $html_output = PMA_handleUpdatesForForeignKeys(
+ $html_output .= PMA_handleUpdatesForForeignKeys(
$destination_foreign_db,
$multi_edit_columns_name, $destination_foreign_table,
$destination_foreign_column, $options_array, $table,
@@ -117,7 +119,6 @@ if (isset($destination_foreign_db)) {
// U p d a t e s f o r d i s p l a y f i e l d
-
if ($cfgRelation['displaywork'] && isset($display_field)) {
PMA_handleUpdateForDisplayField(
$disp, $display_field, $db, $table, $cfgRelation