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/pages/mypage/LC_Page_Mypage_MailView.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Mypage_MailView extends LC_Page_AbstractMypage_Ex  
    35 { 
     34class LC_Page_Mypage_MailView extends LC_Page_AbstractMypage_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        parent::init(); 
    4846        $this->httpCacheControl('nocache'); 
     
    5452     * @return void 
    5553     */ 
    56     function process() 
    57     { 
     54    function process() { 
    5855        parent::process(); 
    5956    } 
     
    6461     * @return void 
    6562     */ 
    66     function action() 
    67     { 
     63    function action() { 
    6864 
    6965        $objCustomer = new SC_Customer_Ex(); 
     
    105101     * @return void 
    106102     */ 
    107     function destroy() 
    108     { 
     103    function destroy() { 
    109104        parent::destroy(); 
    110105    } 
     
    118113     * @return array 
    119114     */ 
    120     function lfGetMailView($send_id, $customer_id) 
    121     { 
     115    function lfGetMailView($send_id, $customer_id) { 
    122116        $objQuery   = SC_Query_Ex::getSingletonInstance(); 
    123117        $col        = 'subject, mail_body'; 
Note: See TracChangeset for help on using the changeset viewer.