Changeset 1094
- Timestamp:
- 05/11/07 12:13:53 (2 years ago)
- Files:
-
- devel/mod/community/lib/permissions_check.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/community/lib/permissions_check.php
r1080 r1094 45 45 if (record_exists('users','ident',$owner,'owner',$USER->ident,'user_type','community')) { 46 46 $run_result = true; 47 } 47 }/* 48 48 if (empty($run_result)) { 49 49 if (count_records_sql('SELECT count(u.ident) FROM '.$CFG->prefix.'friends f … … 53 53 $run_result = true; 54 54 } 55 } 55 }*/ 56 56 break; 57 57 case "userdetails:change":
