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";