From: jakubvrana Date: Wed, 11 Jul 2007 12:06:58 +0000 (+0000) Subject: TODO X-Git-Tag: v3.0.0~1379 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=f79805fbf817c0d1bf9f8ae8cdb8905cc5760573;p=adminer.git TODO git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@127 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- 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";