diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 153188c9..8831b8b0 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -301,7 +301,7 @@ if (!$columns) { } echo ($backward_keys ? "" . lang('Relations') : "") . "\n"; foreach ($descriptions as $n => $row) { - $unique_idf = implode('&', unique_idf($row, $indexes)); //! don't use aggregation functions + $unique_idf = implode('&', unique_idf($rows[$n], $indexes)); //! don't use aggregation functions echo '' . (count($select) != count($group) || information_schema($_GET["db"]) ? '' : ' ' . lang('edit') . ''); foreach ($row as $key => $val) { if (strlen($names[$key])) {