[AppDB] [try 2] Fix submitTime field

Rosanne DiMesio dimesio at earthlink.net
Mon Aug 28 07:41:50 CDT 2017


Supersedes 136700, which was incompatible with mySQL 5.5.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 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,
-- 
2.12.3




More information about the wine-patches mailing list