Ignore:
Timestamp:
2013/06/08 16:35:27 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/order/LC_Page_Admin_Order_MailView.php

    r22567 r22856  
    2222 */ 
    2323 
    24 // {{{ requires 
    2524require_once CLASS_EX_REALDIR . 'page_extends/admin/LC_Page_Admin_Ex.php'; 
    2625 
     
    3231 * @version $Id$ 
    3332 */ 
    34 class LC_Page_Admin_Order_MailView extends LC_Page_Admin_Ex  
     33class LC_Page_Admin_Order_MailView extends LC_Page_Admin_Ex 
    3534{ 
    36  
    37     // }}} 
    38     // {{{ functions 
    39  
    4035    /** 
    4136     * Page を初期化する. 
     
    6964    function action() 
    7065    { 
    71  
    7266        $send_id = $_GET['send_id']; 
    7367        if (SC_Utils_Ex::sfIsInt($send_id)) { 
     
    9185        $where = 'send_id = ?'; 
    9286        $mailHistory = $objQuery->select($col, 'dtb_mail_history', $where, array($send_id)); 
     87 
    9388        return $mailHistory; 
    9489    } 
Note: See TracChangeset for help on using the changeset viewer.