git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@282
7c3ca157-0c34-0410-bff1-
cbf682f78f5c
if (!$j) {
echo "<thead><tr><th> </th><th>" . implode("</th><th>", array_map('htmlspecialchars', array_keys($row))) . "</th></tr></thead>\n";
}
- echo '<tr><td><a href="' . htmlspecialchars($SELF) . 'edit=' . urlencode($_GET['select']) . $unique_idf . '">' . lang('edit') . "</a></td>";
$unique_idf = '&' . implode('&', unique_idf($row, $indexes));
+ echo '<tr><td><a href="' . htmlspecialchars($SELF) . 'edit=' . urlencode($_GET['select']) . $unique_idf . '">' . lang('edit') . "</a></td>";
//! multiple delete by checkboxes
foreach ($row as $key => $val) {
if (!isset($val)) {