Plugin Directory

Changeset 2440951


Ignore:
Timestamp:
12/16/2020 07:17:14 PM (5 years ago)
Author:
nellalink
Message:

Upgrade to Stable 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rimplenet/trunk/public/class-rimplenet-mlm-matrix-public.php

    r2440947 r2440951  
    263263    $selectedArr = array("$user_id"=>NULL);
    264264    $ret_Arr = $this->RECselectDownlineArr($matrix_id, $Allarr, $selectedArr);
    265    
     265
    266266    if(empty($Allarr)){
    267267      $DLarr = $ret_Arr;
     
    286286     
    287287      $limit = ($max_capacity-1)/$width;
    288      if(count($selectedArr)>=$max_capacity or $pointer>=$depth+1){
     288     if(count($selectedArr)>=$max_capacity or $pointer>=$depth){
    289289        return $selectedArr;
    290290     }
Note: See TracChangeset for help on using the changeset viewer.