Changeset 23342
- Timestamp:
- 2014/02/06 11:45:54 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
r23279 r23342 1124 1124 } else { 1125 1125 // 規格なし商品(商品規格テーブルの更新) 1126 $ this->lfInsertDummyProductClass($arrList);1126 $arrList['product_class_id'] = $this->lfInsertDummyProductClass($arrList); 1127 1127 } 1128 1128 } … … 1175 1175 $objQuery->update('dtb_products_class', $sqlval, 'product_class_id = ?', array($sqlval['product_class_id'])); 1176 1176 } 1177 return $sqlval['product_class_id']; 1177 1178 } 1178 1179
Note: See TracChangeset
for help on using the changeset viewer.