Changes between Initial Version and Version 2 of Ticket #46627
- Timestamp:
- 03/24/2019 05:04:22 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46627
-
Property
Priority
changed from
normal
tolow
-
Property
Summary
changed from
is_new_day uses a week compare
tois_new_day uses a weak comparison
-
Property
Priority
changed from
-
Ticket #46627 – Description
initial v2 1 The is_new_day()function uses != to test I see no reason why we can't change this too !==1 The `is_new_day()` function uses != to test I see no reason why we can't change this too !== 2 2 3 3 So I have added a patch to do this and Unit test to check it