Ignore:
Timestamp:
2012/02/06 11:27:03 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/mail/LC_Page_Admin_Mail_TemplateInput.php

    r21441 r21442  
    7575        case 'edit': 
    7676            // 編集 
    77             if (SC_Utils_Ex::sfIsInt($_GET['template_id'])===true ) { 
     77            if (SC_Utils_Ex::sfIsInt($_GET['template_id'])===true) { 
    7878                $arrMail = $objMailHelper->sfGetMailmagaTemplate($_GET['template_id']); 
    7979                $this->arrForm = $arrMail[0]; 
     
    131131        $sqlval['update_date'] = 'CURRENT_TIMESTAMP'; 
    132132 
    133         if (SC_Utils_Ex::sfIsInt($template_id) ) { 
     133        if (SC_Utils_Ex::sfIsInt($template_id)) { 
    134134            // 更新時 
    135135            $objQuery->update("dtb_mailmaga_template", 
Note: See TracChangeset for help on using the changeset viewer.