チェンジセット 17698
- コミット日時:
- 2008/11/07 17:15:15 (2 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
branches/version-2/data/class/SC_Initial.php
r17681 r17698 38 38 39 39 /** EC-CUBEのバージョン */ 40 define('ECCUBE_VERSION', "2.3. 1");40 define('ECCUBE_VERSION', "2.3.2"); 41 41 } 42 42 branches/version-2/data/class/pages/products/LC_Page_Products_DetailImage.php
r16582 r17698 73 73 74 74 $objQuery = new SC_Query(); 75 // カラムが存在していなければエラー画面を表示 76 if(!$objDb->sfColumnExists("dtb_products",$image_key)){ 77 SC_Utils_Ex::sfDispSiteError(PRODUCT_NOT_FOUND); 78 } 75 79 $col = "name, $image_key"; 80 76 81 $arrRet = $objQuery->select($col, "dtb_products", "product_id = ?", array($_GET['product_id'])); 77 82 $image_path = IMAGE_SAVE_DIR . $arrRet[0][$image_key];
