Changeset 9971 for temp/trunk/html
- Timestamp:
- 2006/11/30 21:32:45 (20 years ago)
- Location:
- temp/trunk/html/admin/products
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r9967 r9971 272 272 } 273 273 } 274 275 276 $objQuery->getlastquery(); 277 274 278 275 279 // ¥«¥Æ¥´¥ê¤ÎÆÉ¹þ -
temp/trunk/html/admin/products/product.php
r9970 r9971 350 350 $sqlval['create_date'] = "Now()"; 351 351 $objQuery->insert("dtb_products", $sqlval); 352 353 $objQuery->getlastquery();354 352 355 353 if (DB_TYPE == "mysql") { … … 391 389 // µ¬³ÊÅÐÏ¿ 392 390 sfInsertProductClass($objQuery, $arrList, $product_id); 393 394 $objQuery->getlastquery();395 391 396 392 // ¤ª¤¹¤¹¤á¾¦ÉÊÅÐÏ¿
Note: See TracChangeset
for help on using the changeset viewer.
