Changeset 16631
- Timestamp:
- 2007/10/31 09:42:47 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/products/LC_Page_Products_Detail.php
r16615 r16631 286 286 $objDb = new SC_Helper_DB_Ex(); 287 287 288 // レイアウトデザインを取得289 // $objPage = sfGetPageLayout($objPage, false, "products/detail.php");290 291 288 // パラメータ管理クラス 292 289 $this->objFormParam = new SC_FormParam(); … … 309 306 } 310 307 311 // 値の正当性チェック312 /*if(!SC_Utils_Ex::sfIsInt($_GET['product_id']) || !$objDb->sfIsRecord("dtb_products", "product_id", $tmp_id, $where)) {313 SC_Utils_Ex::sfDispSiteError(PRODUCT_NOT_FOUND, "", false, "", true);314 }*/315 308 // ログイン判定 316 if($objCustomer->isLoginSuccess( )) {309 if($objCustomer->isLoginSuccess(true)) { 317 310 //お気に入りボタン表示 318 311 $this->tpl_login = true;
Note: See TracChangeset
for help on using the changeset viewer.
