Old lost call fixed
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index 15bfb4f5c9ce1dac0582f16296fb6297d60c9b78..b488df11eb4308bb0bccf3ecd82f04abb1399efd 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -54,7 +54,7 @@ require('inc/config-global.php');
 setContentType('text/html');
 
 // Is the 'beg' extension active?
-REDIRCT_ON_UNINSTALLED_EXTENSION('beg');
+redirectOnUninstalledExtension('beg');
 
 // Check for userid
 if (isGetRequestElementSet('userid')) {
@@ -88,7 +88,7 @@ if (isGetRequestElementSet('userid')) {
 
        // Check if account was found
        if (SQL_NUMROWS($result) == 1) {
-               // Found an ID so we simply set it
+               // Found an id so we simply set it
                list($userid, $clicks, $ref_payout, $status, $last) = SQL_FETCHROW($result);
 
                // Account confirmed?
@@ -219,7 +219,7 @@ if (isGetRequestElementSet('userid')) {
                // Free memory
                SQL_FREERESULT($result);
        } elseif ($userid == getConfig('beg_userid')) {
-               // Webmaster's ID cannot beg for points!
+               // Webmaster's id cannot beg for points!
                $errorCode = getCode('BEG_SAME_AS_OWN');
        }