Ignore:
Timestamp:
2012/02/06 11:05:15 (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/shopping/LC_Page_Shopping_Confirm.php

    r21420 r21441  
    121121 
    122122        // 会員ログインチェック 
    123         if($objCustomer->isLoginSuccess(true)) { 
     123        if ($objCustomer->isLoginSuccess(true)) { 
    124124            $this->tpl_login = '1'; 
    125125            $this->tpl_user_point = $objCustomer->getValue('point'); 
     
    129129        $this->use_module = $this->useModule($this->arrForm['payment_id']); 
    130130 
    131         switch($this->getMode()) { 
     131        switch ($this->getMode()) { 
    132132        // 前のページに戻る 
    133133        case 'return': 
Note: See TracChangeset for help on using the changeset viewer.