mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
This commit is contained in:
+1
-1
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user