Changeset 2440951
- Timestamp:
- 12/16/2020 07:17:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rimplenet/trunk/public/class-rimplenet-mlm-matrix-public.php
r2440947 r2440951 263 263 $selectedArr = array("$user_id"=>NULL); 264 264 $ret_Arr = $this->RECselectDownlineArr($matrix_id, $Allarr, $selectedArr); 265 265 266 266 if(empty($Allarr)){ 267 267 $DLarr = $ret_Arr; … … 286 286 287 287 $limit = ($max_capacity-1)/$width; 288 if(count($selectedArr)>=$max_capacity or $pointer>=$depth +1){288 if(count($selectedArr)>=$max_capacity or $pointer>=$depth){ 289 289 return $selectedArr; 290 290 }
Note: See TracChangeset
for help on using the changeset viewer.