Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/class/SC_Session.php

    r16741 r18609  
    4141            $this->cert = $_SESSION['cert']; 
    4242            $this->login_id  = $_SESSION['login_id']; 
    43             $this->authority = $_SESSION['authority'];  // 管理者:0, 一般:1, 閲覧:2 
     43            $this->authority = $_SESSION['authority'];  // 管理者:0, 店舗オーナー:1, 閲覧:2, 販売担当:3 (XXX 現状 0, 1 を暫定実装。2, 3 は未実装。) 
    4444            $this->member_id = $_SESSION['member_id']; 
    4545            if (isset($_SESSION['uniq_id'])) { 
Note: See TracChangeset for help on using the changeset viewer.