Changeset 21662


Ignore:
Timestamp:
2012/03/20 01:19:19 (12 years ago)
Author:
Seasoft
Message:

#1679 (PHP 警告撲滅)

File:
1 edited

Legend:

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

    r21648 r21662  
    294294     * @param bool $has_shipment_item 配送商品を保有している配送先のみ返す。 
    295295     */ 
    296     function getShippingTemp($has_shipment_item) { 
     296    function getShippingTemp($has_shipment_item = false) { 
    297297        if ($has_shipment_item) { 
    298298            $arrReturn = array(); 
Note: See TracChangeset for help on using the changeset viewer.