Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_MobileView.php

    r22567 r22796  
    2222 */ 
    2323 
    24 class SC_MobileView extends SC_SiteView_Ex  
    25 { 
    26     function __construct($setPrevURL = true) 
    27     { 
     24class SC_MobileView extends SC_SiteView_Ex { 
     25    function __construct($setPrevURL = true) { 
    2826        parent::__construct($setPrevURL); 
    2927    } 
    3028 
    31     function init() 
    32     { 
     29    function init() { 
    3330        parent::init(); 
    3431 
Note: See TracChangeset for help on using the changeset viewer.