Ignore:
Timestamp:
2012/03/06 22:37:30 (15 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/contact/LC_Page_Contact.php

    r21594 r21596  
    8181        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    8282        $objPlugin->doAction('lc_page_contact__action_start', array($this)); 
    83          
     83 
    8484        $objDb = new SC_Helper_DB_Ex(); 
    8585        $objFormParam = new SC_FormParam_Ex(); 
     
    121121                if (SC_Utils_Ex::isBlank($this->arrErr)) { 
    122122                    $this->lfSendMail($this); 
    123                      
     123 
    124124                    // フックポイント. 
    125125                    $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    126126                    $objPlugin->doAction('lc_page_contact__action_complete', array($this)); 
    127                      
     127 
    128128                    // 完了ページへ移動する 
    129129                    SC_Response_Ex::sendRedirect('complete.php'); 
Note: See TracChangeset for help on using the changeset viewer.