Merge pull request #5459 from atm-florian/fix_syntax
fix syntax 'year' instead of '$year'
This commit is contained in:
commit
043ff934fb
@ -186,7 +186,7 @@ $week = $prev['week'];
|
||||
|
||||
$day = (int) $day;
|
||||
$next = dol_get_next_day($day, $month, $year);
|
||||
$next_year = year + 1;
|
||||
$next_year = $year + 1;
|
||||
$next_month = $month;
|
||||
$next_day = $day;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user