Changeset 23522


Ignore:
Timestamp:
2014/06/04 13:15:40 (10 years ago)
Author:
shutta
Message:

#2386 PHP 警告撲滅 for 2.13.3
r23519 に対してコメントを追加。
ついでに、
$i = 0;
の位置も修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php

    r23519 r23522  
    868868 
    869869                foreach ($arrAllShipmentItem[$shipping_index] as $key => $arrItem) { 
    870                     $i = 0; 
     870                    // TODO $arrItemが配列でない場合があるのを見直した方が良いかもしれない 
    871871                    if (is_array($arrItem)) { 
     872                        $i = 0; 
    872873                        foreach ($arrItem as $item) { 
    873874                            $arrShipmentValues[$shipping_index][$i][str_replace('shipment_', '', $key)] = $item; 
Note: See TracChangeset for help on using the changeset viewer.