diff --git a/select.inc.php b/select.inc.php index a7a6a42c..4d7af1f4 100644 --- a/select.inc.php +++ b/select.inc.php @@ -143,8 +143,8 @@ function add_row(field) { if (!$j) { echo " " . implode("", array_map('htmlspecialchars', array_keys($row))) . "\n"; } - echo '' . lang('edit') . ""; $unique_idf = '&' . implode('&', unique_idf($row, $indexes)); + echo '' . lang('edit') . ""; //! multiple delete by checkboxes foreach ($row as $key => $val) { if (!isset($val)) {