Changeset 5161 for temp/trunk/html
- Timestamp:
- 2006/09/19 18:33:05 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 4 edited
-
install/index.php (modified) (1 diff)
-
products/batch_relate.php (modified) (1 diff)
-
shopping/complete.php (modified) (2 diffs)
-
shopping/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5107 r5161 184 184 if($cnt > 0) { 185 185 $objQuery->update("dtb_baseinfo", $sqlval); 186 } else { 186 } else { 187 187 $objQuery->insert("dtb_baseinfo", $sqlval); 188 188 } -
temp/trunk/html/products/batch_relate.php
r4608 r5161 27 27 //¤³¤ó¤Ê¾¦ÉÊID 28 28 $sqlval['relate_product_id'] = $pdata2['product_id']; 29 $sqlval['create_date'] = "now()"; 29 30 //¥Ç¡¼¥¿ÁÞÆþ 30 31 $objQuery->insert("dtb_bat_relate_products", $sqlval); -
temp/trunk/html/shopping/complete.php
r5108 r5161 206 206 207 207 $objQuery = new SC_Query(); 208 $sqlval['create_date'] = "now()"; 208 209 $objQuery->insert("dtb_customer", $sqlval); 209 210 … … 463 464 $sqlval['email'] = $email; 464 465 $sqlval['mail_flag'] = $mail_flag; 466 $sqlval['create_date'] = "now()"; 465 467 $objQuery->insert("dtb_customer_mail", $sqlval); 466 468 } -
temp/trunk/html/shopping/index.php
r3634 r5161 190 190 // ´û¸¥Ç¡¼¥¿¤¬¤Ê¤¤¾ì¹ç 191 191 if ($cnt == 0) { 192 $sqlval['create_date'] = 'Now()'; 192 193 $objQuery->insert("dtb_order_temp", $sqlval); 193 194 } else {
Note: See TracChangeset
for help on using the changeset viewer.
