diff --git a/wawi/bestellung.php b/wawi/bestellung.php index ded3fe3fc..5cb4b9e6e 100644 --- a/wawi/bestellung.php +++ b/wawi/bestellung.php @@ -468,7 +468,7 @@ if($aktion == 'suche') $datum = new datum(); $datum=getdate(); - if ($datum['mon']<=9) + if ($datum['mon']<9) $suchdatum="01.09.".($datum['year']-1); else $suchdatum="01.09.".$datum['year'];