From 8d525d2a40aef95101e8c3209f25eac08450eac4 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Fri, 27 Jul 2007 13:39:14 +0000 Subject: [PATCH] Edit link in first column git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@280 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- select.inc.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 "\n"; for ($j=0; $row = $result->fetch_assoc(); $j++) { if (!$j) { - echo "\n"; + echo "\n"; } - echo ""; + echo '"; $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 = '' . lang('edit') . ''; echo "\n"; } echo "
" . implode("", array_map('htmlspecialchars', array_keys($row))) . " 
 " . implode("", array_map('htmlspecialchars', array_keys($row))) . "
' . lang('edit') . "
\n";