Changeset 9972 for temp/trunk/html
- Timestamp:
- 2006/11/30 21:36:25 (20 years ago)
- Location:
- temp/trunk/html/admin/products
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r9971 r9972 270 270 break; 271 271 } 272 273 $objQuery->getlastquery(); 272 274 } 273 275 } 274 276 275 277 276 $objQuery->getlastquery();277 278 279 278 // ¥«¥Æ¥´¥ê¤ÎÆÉ¹þ 280 279 $objPage->arrCatList = sfGetCategoryList(); -
temp/trunk/html/admin/products/product.php
r9971 r9972 350 350 $sqlval['create_date'] = "Now()"; 351 351 $objQuery->insert("dtb_products", $sqlval); 352 353 $objQuery->getlastquery(); 352 354 353 355 if (DB_TYPE == "mysql") {
Note: See TracChangeset
for help on using the changeset viewer.
