Describe the bug
Recently added uses BETWEEN mysql clause to check if a title is between a period to determine if it is recently added.
However BETWEEN does not recognise datetime, thus any titles added now() are not included in this list.
To Reproduce
Steps to reproduce the behavior:
- Go to Insert new media form page
- Added a new title
- Save/Add
- Go to homepage
- View recently added titles
Expected behavior
Should see new record in this list.
Describe the bug
Recently added uses
BETWEENmysql clause to check if a title is between a period to determine if it is recently added.However BETWEEN does not recognise datetime, thus any titles added
now()are not included in this list.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should see new record in this list.