Changeset 3425 for trunk/components/Textcube.Core.php
- Timestamp:
- 06/10/07 18:09:50 (19 months ago)
- Files:
-
- 1 modified
-
trunk/components/Textcube.Core.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/Textcube.Core.php
r3416 r3425 51 51 /* Access Control Object: i.e. uri, components, functions */ 52 52 class Aco { 53 var $predefi end;53 var $predefined; 54 54 55 55 function Aco( $predefined = null ) { … … 74 74 } 75 75 76 /* Ad ujsting access controll object from plugins */76 /* Adjusting access control object from plugins */ 77 77 $aco = Aco::adjust($aco, $aco_action); 78 78 79 /* Ad ujsting required object from plugins by aco*/79 /* Adjusting required object from plugins by aco*/ 80 80 $aro = Aro::adjust($aco, $aco_action); 81 81 … … 166 166 WHERE teams='$owner' AND userid='$owner' " ); 167 167 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;173 168 $name = array(4); 174 169 $name[0] = '';
