]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/beg_mails.php
Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / inc / mails / beg_mails.php
index b9a65e462f446f22abd062ef175723a3f375a6a2..4dcba25b0d53479ea2b44449ae4da86b898230cb 100644 (file)
@@ -138,10 +138,10 @@ LIMIT 1",
                        $receiver = implode(';', $userids);
 
                        // Prepare URL
-                       $URL = 'modules.php?module=index&what=login';
+                       $url = 'modules.php?module=index&what=login';
 
                        // Insert mail
-                       addBonusMailToQueue($subject, $message, $receiver, getConfig('beg_notify_bonus'), getConfig('beg_notify_wait'), $URL, 0, 'normal', SQL_NUMROWS($result_main));
+                       addBonusMailToQueue($subject, $message, $receiver, getConfig('beg_notify_bonus'), getConfig('beg_notify_wait'), $url, 0, 'normal', SQL_NUMROWS($result_main));
                } // END - if
        } // END - if