Changeset 13105
- Timestamp:
- 10/25/07 15:49:34 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/org.openpsa.products/handler/product/create.php
r12687 r13105 113 113 { 114 114 $this->_product = new org_openpsa_products_product_dba(); 115 116 if (isset($_POST['productGroup'])) 117 { 118 $this->_request_data['up'] = (int) $_POST['productGroup']; 119 } 115 120 $this->_product->productGroup = $this->_request_data['up']; 116 121 117 122 if (! $this->_product->create()) 118 123 {
