From: Roland Häder Date: Fri, 22 Jun 2012 00:07:00 +0000 (+0000) Subject: Better here X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f4345352184f30d2d5086437cf9c437c036a2fb4;p=mailer.git Better here --- diff --git a/inc/referral-functions.php b/inc/referral-functions.php index 087914d9ac..39302c95b4 100644 --- a/inc/referral-functions.php +++ b/inc/referral-functions.php @@ -585,12 +585,12 @@ function addMissingReferralLevels ($userid) { // Next are the users foreach ($levelArray as $refid) { //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'userid=' . $userid . ',level=' . $level . ',refid=' . $refid); - // Add also this user's (maybe) missing levels - addMissingReferralLevels($refid); - // Does the refid have an array? if (isset($GLOBALS['referral_refid'][$refid])) { //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'userid=' . $userid . ',level=' . $level . ',refid=' . convertNullToZero($refid) . ',count()=' . count($GLOBALS['referral_refid'][$refid])); + // Add also this user's (maybe) missing levels + addMissingReferralLevels($refid); + // Okay, then walk through here, too foreach ($GLOBALS['referral_refid'][$refid] as $refLevel => $refArray) { //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'userid=' . $userid . ',level=' . $level . ',refid=' . convertNullToZero($refid) . ',refLevel=' . $refLevel . ',count()=' . count($refArray));