From f79805fbf817c0d1bf9f8ae8cdb8905cc5760573 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 11 Jul 2007 12:06:58 +0000 Subject: [PATCH] TODO git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@127 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- select.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/select.inc.php b/select.inc.php index 5503d863..18c78384 100644 --- a/select.inc.php +++ b/select.inc.php @@ -137,6 +137,7 @@ for (var i=0; > i; i++) { } echo ""; $unique_idf = '&' . implode('&', unique_idf($row, $indexes)); + //! multiple delete by checkboxes foreach ($row as $key => $val) { if (!isset($val)) { $val = "NULL";