]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-unlock_emails.php
Even more fixes/improvements for rallye
[mailer.git] / inc / modules / admin / what-unlock_emails.php
index fc99d0e760a944edc23f4ff3b8bd4dcc8f814b8a..29b35a2418bc83f215bafc4ac7d130b83056cc82 100644 (file)
@@ -72,7 +72,7 @@ if ((SQL_NUMROWS($result_main) > 0) || (isPostRequestElementSet('lock'))) {
                if ($SEL > 0) {
                        // Accept mail orders
                        foreach (postRequestElement('sel') as $id => $value) {
-                               // Secure ID number
+                               // Secure id number
                                $id = bigintval($id);
 
                                // Order placed in queue...
@@ -140,7 +140,7 @@ LIMIT 1",
                        // Reject mail orders
                        $OUT = ''; $SW = 2;
                        foreach (postRequestElement('sel') as $id => $value) {
-                               // Secure ID number
+                               // Secure id number
                                $id = bigintval($id);
 
                                // Load URL and subject from pool
@@ -220,7 +220,7 @@ LIMIT 1",
                                'cat_link'    => $content['category'],
                                'pay_title'   => str_replace("\"", '"', getPaymentTitlePrice($content['payment'], true)),
                                'pay_link'    => $content['payment'],
-                               'timestamp'   => generateDateTime($content['timestamp'], '2'),
+                               'timestamp'   => generateDateTime($content['timestamp'], 2),
                                'target_send' => $content['target_send'],
                        );