From 20a89e93d5355f6c663f1b88bc9279ce842f50fd Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Wed, 12 Jan 2011 10:54:01 +0000 Subject: [PATCH] --- wawi/bestellung.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wawi/bestellung.php b/wawi/bestellung.php index a5e462ae0..a1e57f726 100644 --- a/wawi/bestellung.php +++ b/wawi/bestellung.php @@ -73,14 +73,15 @@ if(isset($_POST['getFirma'])) if($_POST['id'] == 'opt_auswahl') { // anzeige aller Firmen - $firmaAll = new firma(); + /* $firmaAll = new firma(); $firmaAll->getAll(); echo "\n"; foreach ($firmaAll->result as $fi) { echo "\n"; - } + }*/ + echo "\n"; } else { @@ -385,7 +386,7 @@ if($aktion == 'suche') $datum = new datum(); $datum=getdate(); $firmaAll = new firma(); - $firmaAll->getAll(); + //$firmaAll->getAll(); if ($datum['mon']<=9) { $suchdatum="01.09.".($datum['year']-1);