Module: appdb Branch: master Commit: 0888cc3467295c03ac169d6e0304656a334ad482 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=0888cc3467295c03ac169d6e0...
Author: Rosanne DiMesio dimesio@earthlink.net Date: Mon Aug 28 07:41:50 2017 -0500
Fix submitTime field
Supersedes 136700, which was incompatible with mySQL 5.5.
Signed-off-by: Rosanne DiMesio dimesio@earthlink.net Signed-off-by: Jeremy Newman jnewman@codeweavers.com
---
include/testData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/testData.php b/include/testData.php index 49cfa69..7f05db2 100644 --- a/include/testData.php +++ b/include/testData.php @@ -103,7 +103,7 @@ class testData{ $this->shWorkarounds, $this->sTestedRating, $this->sComments, - "NOW()", + date("Y-m-d H:i:s"), $_SESSION['current']->iUserId, $this->sState, $this->sGpuMfr,