Select Git revision
mysql.lib.php
-
Laurent Destailleur authored
Removed all now() and sysdate() database sql inline function by a date defined by PHP ($db->idate(mktime())). This is to be more portable, to solve problem when database server time differs from PHP server and to prepare for TZ support.
Laurent Destailleur authoredRemoved all now() and sysdate() database sql inline function by a date defined by PHP ($db->idate(mktime())). This is to be more portable, to solve problem when database server time differs from PHP server and to prepare for TZ support.