[Svn-src-all:2763] [version-2_12-dev 21662] #1679 (PHP 警告撲滅)
Seasoft
admin @ mail.ec-cube.net
2012年 3月 20日 (火) 01:19:19 JST
Subversion committed to /home/svn/open 21662
http://svn.ec-cube.net/open_trac/changeset/21662
┌────────────────────────────┐
│更新者 : Seasoft │
│更新日時: 2012-03-20 01:19:19 +0900 (火, 20 3月 2012)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#1679 (PHP 警告撲滅)
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_12-dev/data/class/helper/SC_Helper_Purchase.php
変更: branches/version-2_12-dev/data/class/helper/SC_Helper_Purchase.php
===================================================================
--- branches/version-2_12-dev/data/class/helper/SC_Helper_Purchase.php 2012-03-19 15:55:23 UTC (rev 21661)
+++ branches/version-2_12-dev/data/class/helper/SC_Helper_Purchase.php 2012-03-19 16:19:19 UTC (rev 21662)
@@ -293,7 +293,7 @@
*
* @param bool $has_shipment_item 配送商品を保有している配送先のみ返す。
*/
- function getShippingTemp($has_shipment_item) {
+ function getShippingTemp($has_shipment_item = false) {
if ($has_shipment_item) {
$arrReturn = array();
foreach ($_SESSION['shipping'] as $key => $arrVal) {
Svn-src-all メーリングリストの案内