http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7802

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7802
          Assignee: gmcha...@gmail.com
           Summary: A MySQLism is used to get the current date.
        QA Contact: koha.sek...@gmail.com
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: m...@msys.ch
          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
Koha-bugs@lists.koha-community.org
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/

Reply via email to