From 68f64706b2521c5305388e4d40d6174ff1e09d49 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Wed, 23 Feb 2011 08:48:17 +0000 Subject: [PATCH] Liste wird nun sofort angezeigt --- wawi/check_bestellung.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/wawi/check_bestellung.php b/wawi/check_bestellung.php index e3caaac3d..9e896dff4 100644 --- a/wawi/check_bestellung.php +++ b/wawi/check_bestellung.php @@ -55,13 +55,9 @@ require_once '../include/firma.class.php'; } - - - '; -if(isset($_POST['submit'])) -{ $date = new datum(); $firma = new firma(); - if(is_numeric($min = $_POST['min']) && is_numeric($max = $_POST['max'])) + if(is_numeric($min) && is_numeric($max)) { $bestellung = new wawi_bestellung(); $bestellung->loadBestellungForCheck($min, $max); @@ -145,6 +139,4 @@ if(isset($_POST['submit'])) echo ' '; } -} - ?> \ No newline at end of file