Changeset 19371 for branches/camp/camp-2_5-E/data/class/SC_Display.php
- Timestamp:
- 2010/11/07 02:14:19 (16 years ago)
- File:
-
- 1 edited
-
branches/camp/camp-2_5-E/data/class/SC_Display.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/SC_Display.php
r19193 r19371 45 45 * @param $page LC_Page 46 46 */ 47 function hoge(LC_Page $page ){47 function hoge(LC_Page $page, $is_admin = false){ 48 48 if(!$this->deviceSeted || !is_null($this->view)){ 49 $device = $this->detectDevice();49 $device = ($is_admin) ? 8 : $this->detectDevice(); 50 50 $this->setDevice($device); 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.
