[Svn-src-all:1466] [version-2_5-dev 20358] refs #1048
shutta
admin @ mail.ec-cube.net
2011年 2月 23日 (水) 22:13:24 JST
Subversion committed to /home/svn/open 20358
http://svn.ec-cube.net/open_trac/changeset/20358
┌────────────────────────────┐
│更新者 : shutta │
│更新日時: 2011-02-23 22:13:23 +0900 (水, 23 2月 2011)│
└────────────────────────────┘
Log:
--------------------------------------------------------
refs #1048
ダウンロード商品をダウンロードした際にDBエラーになるのを修正。
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php
変更: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php 2011-02-23 12:52:41 UTC (rev 20357)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php 2011-02-23 13:13:23 UTC (rev 20358)
@@ -183,7 +183,7 @@
$dbFactory = SC_DB_DBFactory_Ex::getInstance();
$where = "o.customer_id = ? AND o.order_id = ? AND pc.product_id = ? AND pc.product_class_id = ?";
- $where .= " AND " . $dbFactory->getDownloadableDaysWhereSql();
+ $where .= " AND " . $dbFactory->getDownloadableDaysWhereSql('o');
$where .= " = 1";
$arrRet = $objQuery->select($col, $table, $where,
array($customer_id, $order_id, $product_id, $product_class_id));
Svn-src-all メーリングリストの案内