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

    r22926 r23126  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        parent::init(); 
     
    5151     * @return void 
    5252     */ 
    53     function process() 
     53    public function process() 
    5454    { 
    5555        $this->action(); 
     
    6262     * @return void 
    6363     */ 
    64     function action() 
     64    public function action() 
    6565    { 
    6666        $send_id = $_GET['send_id']; 
     
    7878     * @param int $send_id 
    7979     */ 
    80     function getMailHistory($send_id) 
     80    public function getMailHistory($send_id) 
    8181    { 
    8282        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
Note: See TracChangeset for help on using the changeset viewer.