From b5ffc73bd25e6b622c704ef252ee8c2b05731f0e Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sat, 28 Jul 2007 20:11:48 +0000 Subject: [PATCH] Set $unique_idf before use git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@282 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- select.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {