From 49ab7f81d93b0d7e79af96e339cd4d1c8f529a80 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Mon, 17 Jan 2011 09:13:24 +0000 Subject: [PATCH] --- wawi/bestellung.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wawi/bestellung.php b/wawi/bestellung.php index e5861bad7..d647ec25b 100644 --- a/wawi/bestellung.php +++ b/wawi/bestellung.php @@ -1378,9 +1378,7 @@ if($aktion == 'suche') { // wenn ein Detail gelöscht wird Durchlauf überspringen if(!isset($_POST["bestelldetailid_$i"])) - { continue; - } $detail_id = $_POST["bestelldetailid_$i"]; $bestell_detail = new wawi_bestelldetail();