Changeset 5185 for temp/trunk/html/admin/contents/recommend.php
- Timestamp:
- 2006/09/19 22:00:59 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/contents/recommend.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/contents/recommend.php
r4608 r5185 50 50 $objPage->arrForm['creator_id'] = $_SESSION['member_id']; 51 51 $objPage->arrForm['update_date'] = "NOW()"; 52 $conn->autoExecute("dtb_best_products", $objPage->arrForm ); 52 $objPage->arrForm['create_date'] = "NOW()"; 53 54 $objQuery = new SC_Query(); 55 $objQuery->insert("dtb_best_products", $objPage->arrForm ); 56 // $conn->autoExecute("dtb_best_products", $objPage->arrForm ); 53 57 } 54 58
Note: See TracChangeset
for help on using the changeset viewer.
