Ignore:
Timestamp:
2013/06/08 18:59:30 (11 years ago)
Author:
Seasoft
Message:

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

  • 主に空白・空白行の調整。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_Purchase.php

    r22856 r22857  
    805805                          array(SC_SiteSession_Ex::getUniqId())); 
    806806 
    807  
    808  
    809807        return $orderParams['order_id']; 
    810808    } 
     
    860858                                       $arrValues); 
    861859            $this->sfUpdateOrderNameCol($order_id); 
    862  
    863860        } 
    864861 
     
    937934        if ($has_order_status) { 
    938935            $col .= 'T1.status AS status, T1.payment_date AS payment_date,'; 
    939  
    940936        } 
    941937        $col .= <<< __EOS__ 
     
    12161212                              array($order_id), 
    12171213                              array('shipping_time' => "($sql_sub)")); 
    1218  
    12191214        } 
    12201215 
Note: See TracChangeset for help on using the changeset viewer.