Changeset 19006


Ignore:
Timestamp:
2010/11/06 20:45:30 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Display.php

    r19005 r19006  
    66    var $device; 
    77 
     8    var $autoSet; 
    89     
    910    // TODO php4を捨てたときに ここのコメントアウトを外してね。 
     
    1415     */ 
    1516     
    16     function SC_Display($autoGenerateHttpHeaders = false){ 
     17    function SC_Display($autoGenerateHttpHeaders = true){ 
    1718        require_once(CLASS_EX_PATH."/SC_Response_Ex.php"); 
    1819        $this->response = new SC_Response_Ex(); 
     20        $this->autoSet = $autoGenerateHttpHeaders; 
    1921    } 
    2022 
     
    4850    function detectDevice(){ 
    4951        $nu = Net_UserAgent_Mobile::factory(); 
    50  
     52        if(this.) 
    5153         
    5254    } 
Note: See TracChangeset for help on using the changeset viewer.