http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7802
Priority: P5 - low
Change sponsored?: ---
Bug ID: 7802
Assignee: [email protected]
Summary: A MySQLism is used to get the current date.
QA Contact: [email protected]
Severity: enhancement
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: unspecified
Component: Database
Product: Koha
To get todays date, the MySQL only function CURDATE() or CURRENT_DATE() is
being used in many places.
Neither CURDATE() nor CURRENT_DATE() must be used, but instead the standard
form CAST(now() AS date).
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/