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