From c66166e17bd613893598c8d1d4bfe3d8ba702f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 1 Sep 2011 07:32:29 +0000 Subject: [PATCH] --- wawi/bestellung.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];