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_SiteView.php

    r22567 r22796  
    2222 */ 
    2323 
    24 class SC_SiteView extends SC_View_Ex  
    25 { 
    26     function __construct($setPrevURL = true) 
    27     { 
     24class SC_SiteView extends SC_View_Ex { 
     25    function __construct($setPrevURL = true) { 
    2826        parent::__construct(); 
    2927 
     
    3331    } 
    3432 
    35     function init() 
    36     { 
     33    function init() { 
    3734        parent::init(); 
    3835 
     
    4340    } 
    4441 
    45     function setPrevURL() 
    46     { 
     42    function setPrevURL() { 
    4743            $objCartSess = new SC_CartSession_Ex(); 
    4844            $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
Note: See TracChangeset for help on using the changeset viewer.