Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/admin/order/LC_Page_Admin_Order_Multiple.php

    r22926 r23126  
    3939     * @return void 
    4040     */ 
    41     function init() 
     41    public function init() 
    4242    { 
    4343        parent::init(); 
     
    5454     * @return void 
    5555     */ 
    56     function process() 
     56    public function process() 
    5757    { 
    5858        $this->action(); 
     
    6565     * @return void 
    6666     */ 
    67     function action() 
     67    public function action() 
    6868    { 
    6969        $this->setTemplate($this->tpl_mainpage); 
Note: See TracChangeset for help on using the changeset viewer.