Changeset 1525
- Timestamp:
- 01/20/08 01:00:36 (11 months ago)
- Files:
-
- devel/mod/community/lib/communities_members.php (modified) (1 diff)
- devel/mod/community/lib/community_members_data.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/community/lib/communities_members.php
r1248 r1525 11 11 12 12 $result = run('community:members:data',array($community_id)); 13 13 $members = ''; 14 14 $i = 1; 15 15 if (!empty($result)) { devel/mod/community/lib/community_members_data.php
r1248 r1525 27 27 WHERE f.friend = ' . $community_id; 28 28 } 29 if( $limit!=null){29 if(isset($limit) && $limit!=null){ 30 30 $query.= " LIMIT $limit"; 31 31 }
