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/admin/mail/LC_Page_Admin_Mail_Template.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Admin_Mail_Template extends LC_Page_Admin_Ex  
    35 { 
     34class LC_Page_Admin_Mail_Template extends LC_Page_Admin_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        parent::init(); 
    4846        $this->tpl_mainpage = 'mail/template.tpl'; 
     
    6159     * @return void 
    6260     */ 
    63     function process() 
    64     { 
     61    function process() { 
    6562        $this->action(); 
    6663        $this->sendResponse(); 
     
    7269     * @return void 
    7370     */ 
    74     function action() 
    75     { 
     71    function action() { 
    7672 
    7773        $objMailHelper = new SC_Helper_Mail_Ex(); 
     
    9793     * @return void 
    9894     */ 
    99     function destroy() 
    100     { 
     95    function destroy() { 
    10196        parent::destroy(); 
    10297    } 
     
    107102     * @return void 
    108103     */ 
    109     function lfDeleteMailTemplate($template_id) 
    110     { 
     104    function lfDeleteMailTemplate($template_id) { 
    111105        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    112106        $objQuery->update('dtb_mailmaga_template', 
Note: See TracChangeset for help on using the changeset viewer.