Show
Ignore:
Timestamp:
06/10/07 18:09:50 (19 months ago)
Author:
inureyes
Message:

#408

  • 헤더 메뉴에 acl 도입
  • 팀블로그 메뉴를 acl 기반으로 새로 짤 준비 및 테스트.
  • acl component 관련 변수명 오타들 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/components/Textcube.Core.php

    r3416 r3425  
    5151/* Access Control Object: i.e. uri, components, functions */ 
    5252class Aco { 
    53     var $predefiend; 
     53    var $predefined; 
    5454 
    5555    function Aco( $predefined = null ) { 
     
    7474        } 
    7575 
    76         /* Adujsting access controll object from plugins */ 
     76        /* Adjusting access control object from plugins */ 
    7777        $aco = Aco::adjust($aco, $aco_action); 
    7878 
    79         /* Adujsting required object from plugins by aco*/ 
     79        /* Adjusting required object from plugins by aco*/ 
    8080        $aro = Aro::adjust($aco, $aco_action); 
    8181 
     
    166166                WHERE teams='$owner' AND userid='$owner' " ); 
    167167     
    168         $is_style = $res['font_style'] & 1;  
    169         $is_admin = $res['font_style'] & 2;  
    170         $font_style = $res['font_style'] & 4; 
    171         $isname = $res['font_style'] & 8; 
    172         $is_ch = $res['font_style'] & 16; 
    173168        $name = array(4); 
    174169        $name[0] = '';