This commit is contained in:
Andreas Österreicher
2011-09-01 07:32:29 +00:00
parent c237a56c5e
commit c66166e17b
+1 -1
View File
@@ -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'];