[Svn-src-all:3640] [version-2_12-dev 22552] #2134 where句の誤りを訂正.

pineray admin @ mail.ec-cube.net
2013年 2月 15日 (金) 20:49:26 JST


Subversion committed to /home/svn/open 22552
http://svn.ec-cube.net/open_trac/changeset/22552
┌────────────────────────────┐
│更新者 :  pineray                                      │
│更新日時:  2013-02-15 20:49:24 +0900 (金, 15  2月 2013)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#2134 where句の誤りを訂正.

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_12-dev/data/class/helper/SC_Helper_Payment.php

変更: branches/version-2_12-dev/data/class/helper/SC_Helper_Payment.php
===================================================================
--- branches/version-2_12-dev/data/class/helper/SC_Helper_Payment.php	2013-02-15 09:57:34 UTC (rev 22551)
+++ branches/version-2_12-dev/data/class/helper/SC_Helper_Payment.php	2013-02-15 11:49:24 UTC (rev 22552)
@@ -41,7 +41,7 @@
         $objQuery =& SC_Query_Ex::getSingletonInstance();
         $where = 'payment_id = ?';
         if (!$has_deleted) {
-            $where .= ' del_flg = 0';
+            $where .= ' AND del_flg = 0';
         }
         $arrRet = $objQuery->select('*', 'dtb_payment', $where, array($payment_id));
         return $arrRet[0];




Svn-src-all メーリングリストの案内