]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-order.php
config.php partly solved, see #117
[mailer.git] / inc / modules / member / what-order.php
index 0f1f3f6169feb083501a3d80e345bd81059181c6..78916d846e7890ac64402734dc65d2402543b318 100644 (file)
@@ -488,7 +488,7 @@ LIMIT 1", array(bigintval($ucat)), __FILE__, __LINE__);
 
                                        // Load timestamp from last order
                                        list($LORDER) = SQL_FETCHROW($result);
-                                       $LORDER = generateDateTime($LORDER, "1");
+                                       $LORDER = generateDateTime($LORDER, '1');
 
                                        // Free memory
                                        SQL_FREERESULT($result);