Changeset 1144

Show
Ignore:
Timestamp:
06/12/07 11:03:28 (1 year ago)
Author:
icewing
Message:

Marcus Povey <marcus@dushka.co.uk>
* Removed unnecessary debug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/community/lib/permissions_check.php

    r1100 r1144  
    1616        case    "weblog": 
    1717            if (record_exists('users','ident',$page_owner,'owner',$USER->ident,'user_type','community')) { 
    18 $messages[]="A"; 
    1918                $run_result = true; 
    2019            }  
     
    2524                                      array($page_owner,$USER->ident,'community'))) { 
    2625                    $run_result = true; 
    27 $messages[]="b"; 
    2826                } 
    2927            } 
     
    4745            if (record_exists('users','ident',$owner,'owner',$USER->ident,'user_type','community')) { 
    4846                $run_result = true; 
    49 $messages[]="c"; 
    5047            }  
    5148            if (empty($run_result)) { 
     
    5653                                      array($owner,$USER->ident,'community'))) { 
    5754                    $run_result = true; 
    58 $messages[]="d"; 
    5955                } 
    6056                */