X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffix_refsystem.php;h=44547a191836cc7a9703e243fbeb3b4b1a2913cc;hb=f6014bce7255a915872f2f463247440c0d58f9a9;hp=916795cd0fc3cb526672c55f331b0fd574a9df08;hpb=89ff365e198547cecd241a92cc5737156afc4d66;p=mailer.git diff --git a/inc/fix_refsystem.php b/inc/fix_refsystem.php index 916795cd0f..44547a1918 100644 --- a/inc/fix_refsystem.php +++ b/inc/fix_refsystem.php @@ -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