Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_SessionFactory.php

    r22567 r22796  
    4242 * @version $Id$ 
    4343 */ 
    44 class SC_SessionFactory  
    45 { 
     44class SC_SessionFactory { 
    4645 
    4746    // }}} 
     
    5352     * @return SC_SessionFactory 
    5453     */ 
    55     function getInstance() 
    56     { 
     54    function getInstance() { 
    5755 
    5856        $type = defined('SESSION_KEEP_METHOD') 
     
    8987     * 
    9088     */ 
    91     function initSession() 
    92     {} 
     89    function initSession() {} 
    9390 
    9491    /** 
     
    9794     * @return boolean 
    9895     */ 
    99     function useCookie() 
    100     {} 
     96    function useCookie() {} 
    10197 
    10298} 
Note: See TracChangeset for help on using the changeset viewer.