Skip to content

Commit

Permalink
fix scemo in enumerazione date
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Dec 30, 2024
1 parent 3e3659f commit 842458c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/resources/views/dates/list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
}
}
$effective_dates = array_sort($effective_dates);
$automatic_dates = array_sort($automatic_dates);
sort($effective_dates);
sort($automatic_dates);
?>

Expand Down

0 comments on commit 842458c

Please sign in to comment.