Changeset 1144
- Timestamp:
- 06/12/07 11:03:28 (1 year ago)
- Files:
-
- devel/mod/community/lib/permissions_check.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/community/lib/permissions_check.php
r1100 r1144 16 16 case "weblog": 17 17 if (record_exists('users','ident',$page_owner,'owner',$USER->ident,'user_type','community')) { 18 $messages[]="A";19 18 $run_result = true; 20 19 } … … 25 24 array($page_owner,$USER->ident,'community'))) { 26 25 $run_result = true; 27 $messages[]="b";28 26 } 29 27 } … … 47 45 if (record_exists('users','ident',$owner,'owner',$USER->ident,'user_type','community')) { 48 46 $run_result = true; 49 $messages[]="c";50 47 } 51 48 if (empty($run_result)) { … … 56 53 array($owner,$USER->ident,'community'))) { 57 54 $run_result = true; 58 $messages[]="d";59 55 } 60 56 */
