Changeset 19022


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

Legend:

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

    r19021 r19022  
    5454            $retDevice = 1; 
    5555        }elseif ($this->isSmartphone()){ 
     56            $retDevice = 2; 
    5657        }else{ 
     58            $retDevice = 4; 
     59        } 
     60         
    5761        if($this->autoSet){ 
    58             $this->setDevice($nu); 
     62            $this->setDevice($retDevice); 
    5963        } 
    60         return 
     64        return $retDevice; 
    6165    } 
    6266 
Note: See TracChangeset for help on using the changeset viewer.