diff --git a/select.inc.php b/select.inc.php index 7e71cf08..a7a6a42c 100644 --- a/select.inc.php +++ b/select.inc.php @@ -141,9 +141,9 @@ function add_row(field) { echo "
" . implode(" | ", array_map('htmlspecialchars', array_keys($row))) . " | |
---|---|---|
" . implode(" | ", array_map('htmlspecialchars', array_keys($row))) . " | |
' . lang('edit') . " | "; $unique_idf = '&' . implode('&', unique_idf($row, $indexes)); //! multiple delete by checkboxes foreach ($row as $key => $val) { @@ -162,14 +162,13 @@ function add_row(field) { foreach ($foreign_key["source"] as $i => $source) { $val = "&where%5B$i%5D%5Bcol%5D=" . urlencode($foreign_key["target"][$i]) . "&where%5B$i%5D%5Bop%5D=%3D&where%5B$i%5D%5Bval%5D=" . urlencode($row[$source]) . $val; } - $val = '$val"; } - echo '' . lang('edit') . ' | '; echo "