Changeset 16557 for branches/feature-module-update/data/class
- Timestamp:
- 2007/10/25 13:36:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
r16554 r16557 418 418 419 419 if($arrList['product_id'] == "") { 420 if (DB_TYPE == "pgsql") { 421 $product_id = $objQuery->nextval("dtb_products", "product_id"); 422 $sqlval['product_id'] = $product_id; 423 } 420 // product_id 取得 421 $product_id = $objQuery->nextval("dtb_products", "product_id"); 422 $sqlval['product_id'] = $product_id; 424 423 425 424 // INSERTの実行 … … 429 428 // カテゴリを更新 430 429 $objDb->updateProductCategories($arrList['category_id'], $sqlval['product_id']); 431 432 if (DB_TYPE == "mysql") {433 $product_id = $objQuery->nextval("dtb_products", "product_id");434 $sqlval['product_id'] = $product_id;435 }436 430 437 431 // コピー商品の場合には規格もコピーする
Note: See TracChangeset
for help on using the changeset viewer.
