Code style changed, ext-user continued:
[mailer.git] / inc / mails / bonus_mails.php
index 1014e7497fed9a9bb3f83cf029ec7d5acb1bff1c..2493a25e5918252d47ce4df5b82ce225b31d2b8f 100644 (file)
@@ -106,7 +106,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 {
@@ -117,7 +117,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);