]> git.mxchange.org Git - mailer.git/blobdiff - inc/fix_refsystem.php
Large code cleanups:
[mailer.git] / inc / fix_refsystem.php
index 916795cd0fc3cb526672c55f331b0fd574a9df08..44547a191836cc7a9703e243fbeb3b4b1a2913cc 100644 (file)
@@ -78,7 +78,7 @@ if (!SQL_HASZERONUMS($result_direct)) {
        while ($content = SQL_FETCHARRAY($result_direct)) {
                // Update refback table
                //* DEBUG: */ debugOutput('userid=' . $content['userid']);
-               updateReferalTable($content['userid']);
+               updateReferralTable($content['userid']);
        } // END - while
 } // END - if