Changeset 1801 for modules/branches/2.1/findmefollow
- Timestamp:
- 05/02/06 02:17:11 (7 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.1/findmefollow/functions.inc.php
r1769 r1801 111 111 $results = null; 112 112 } 113 foreach($results as $result){ 114 if (checkRange($result)){ 115 $grps[] = $result; 116 } 113 if (isset($results)) { 114 foreach($results as $result) { 115 if (checkRange($result)){ 116 $grps[] = $result; 117 } 118 } 117 119 } 118 120 if (isset($grps)) {
