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_extends/page_extends/frontparts/bloc/LC_Page_FrontParts_Bloc_Cart_Ex.php

    r22567 r22796  
    3434 * @version $Id$ 
    3535 */ 
    36 class LC_Page_FrontParts_Bloc_Cart_Ex extends LC_Page_FrontParts_Bloc_Cart  
    37 { 
     36class LC_Page_FrontParts_Bloc_Cart_Ex extends LC_Page_FrontParts_Bloc_Cart { 
    3837 
    3938    // }}} 
     
    4544     * @return void 
    4645     */ 
    47     function init() 
    48     { 
     46    function init() { 
    4947        parent::init(); 
    5048    } 
     
    5553     * @return void 
    5654     */ 
    57     function process() 
    58     { 
     55    function process() { 
    5956        parent::process(); 
    6057    } 
     
    6562     * @return void 
    6663     */ 
    67     function destroy() 
    68     { 
     64    function destroy() { 
    6965        parent::destroy(); 
    7066    } 
Note: See TracChangeset for help on using the changeset viewer.