Changeset 19008 for branches/camp/camp-2_5-E/data/class/SC_Display.php
- Timestamp:
- 2010/11/06 20:46:31 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/SC_Display.php
r19007 r19008 36 36 * Enter description here ... 37 37 */ 38 function setDevice( ){38 function setDevice(int ){ 39 39 40 40 } … … 51 51 $nu = Net_UserAgent_Mobile::factory(); 52 52 if($this->autoSet){ 53 53 $this->setDevice($nu); 54 54 } 55 return 55 56 } 56 57
Note: See TracChangeset
for help on using the changeset viewer.
