[Svn-src-all:4303] [version-2_13_0 23217] #2382 変数間違いを修正しました。
m_uehara
admin @ mail.ec-cube.net
2013年 9月 11日 (水) 18:55:32 JST
Subversion committed to /home/svn/open 23217
http://svn.ec-cube.net/open_trac/changeset/23217
┌────────────────────────────┐
│更新者 : m_uehara │
│更新日時: 2013-09-11 18:55:32 +0900 (水, 11 9月 2013)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#2382 変数間違いを修正しました。
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_13_0/data/class/helper/SC_Helper_DB.php
変更: branches/version-2_13_0/data/class/helper/SC_Helper_DB.php
===================================================================
--- branches/version-2_13_0/data/class/helper/SC_Helper_DB.php 2013-09-11 06:58:19 UTC (rev 23216)
+++ branches/version-2_13_0/data/class/helper/SC_Helper_DB.php 2013-09-11 09:55:32 UTC (rev 23217)
@@ -1215,7 +1215,7 @@
$arrRawSql = array();
$where = 'rank BETWEEN ? AND ?';
if ($addWhere != '') {
- $where .= " AND $Where";
+ $where .= " AND $addWhere";
}
if ($newRank > $oldRank) {
//位置を上げる場合、他の商品の位置を1つ下げる(ランクを1下げる)
Svn-src-all メーリングリストの案内