]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/beg_mails.php
Code style changed, ext-user continued:
[mailer.git] / inc / mails / beg_mails.php
index 902997e72954985f496c63b83d8f25708e7af677..97cd5205a735a0d1c65ed4258a1de768f4f894bf 100644 (file)
@@ -117,7 +117,7 @@ LIMIT 1",
                                ), __FILE__, __LINE__);
 
                        // Load email template and send it to the user!
-                       if ($sentBonusMails === true) {
+                       if ($sentBonusMails === TRUE) {
                                // Add userid to queue
                                array_push($userids, $content['userid']);
                        } else {
@@ -128,7 +128,7 @@ LIMIT 1",
                } // END - while
 
                // Shall I send out bonus mails?
-               if ($sentBonusMails === true) {
+               if ($sentBonusMails === TRUE) {
                        // Okay, make array to string
                        $receiver = implode(';', $userids);