]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/beg_mails.php
More rewrites from double- to single-quote
[mailer.git] / inc / mails / beg_mails.php
index 5cb68c554b569bb2006d5d785d174570cc0033ed..c8d1c964e8001a137c2e32b785f801a0bebca9fa 100644 (file)
@@ -131,7 +131,7 @@ LIMIT 1",
                                $UIDs[] = $content['userid'];
                        } else {
                                // Send normal notification mail to the members
-                               $message = LOAD_EMAIL_TEMPLATE("beg_".$MODE."_notify", array(), $content['userid']);
+                               $message = LOAD_EMAIL_TEMPLATE('beg_' . $MODE . '_notify', array(), $content['userid']);
                                SEND_EMAIL($content['email'], $subject, $message);
                        }
                } // END - while
@@ -142,7 +142,7 @@ LIMIT 1",
                        $RECEIVER = implode(';', $UIDs);
 
                        // Prepare URL
-                       $URL = "modules.php?module=index&what=login";
+                       $URL = 'modules.php?module=index&what=login';
 
                        // Insert mail
                        ADD_BONUS_MAIL_TO_QUEUE($subject, $message, $RECEIVER, getConfig('beg_notify_bonus'), getConfig('beg_notify_wait'), $URL, 0, 'normal', SQL_NUMROWS($result_main));