Ignore:
Timestamp:
2012/02/17 02:42:21 (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_Payment.php

    r21526 r21527  
    376376        $arrResults = array(); 
    377377        $arrResults['arrDelivTime'] = $objPurchase->getDelivTime($deliv_id); 
    378         $total = $objCartSess->getAllProductsTotal($objCartSess->getKey(), 
    379                                                    $deliv_id); 
    380         $arrResults['arrPayment'] = $objPurchase->getPaymentsByPrice($total, 
    381                                                                      $deliv_id); 
     378        $total = $objCartSess->getAllProductsTotal($objCartSess->getKey(), $deliv_id); 
     379        $arrResults['arrPayment'] = $objPurchase->getPaymentsByPrice($total, $deliv_id); 
    382380        $arrResults['img_show'] = $this->hasPaymentImage($arrResults['arrPayment']); 
    383381        return $arrResults; 
Note: See TracChangeset for help on using the changeset viewer.