diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 070801096..4249856b5 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -1213,33 +1213,42 @@ else if (PMA_MYSQL_INT_VERSION >= 32306 if (!empty($cfgServer['relation'])) { $local_query = 'SELECT src_column, dest_table, dest_column' - . ' FROM ' . $cfgServer['relation'] - . ' WHERE src_table =\'' . $table . '\';'; - mysql_select_db($db); + . ' FROM ' . $cfgServer['relation'] + . ' WHERE src_table =\'' . $table . '\';'; +// mysql_select_db($db); $result = @mysql_query($local_query); if ($result != FALSE && mysql_num_rows($result) > 0) { - echo " \n"; - echo "