Changeset 19010
- Timestamp:
- 2010/11/06 20:50:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/SC_Display.php
r19009 r19010 50 50 */ 51 51 function detectDevice(){ 52 $nu = Net_UserAgent_Mobile::factory(); 52 $nu = new Net_UserAgent_Mobile(); 53 if($nu->isMobile()){ 54 55 } 53 56 if($this->autoSet){ 54 57 $this->setDevice($nu);
Note: See TracChangeset
for help on using the changeset viewer.