Changeset 4965 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/09/17 22:01:56 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/develop/upload_csv.php

    r4608 r4965  
    208208    } 
    209209             
    210     $product_id = $objQuery->nextval("dtb_products", "product_id"); 
    211     $sqlval['product_id'] = $product_id; 
     210//  $product_id = $objQuery->nextval("dtb_products", "product_id"); 
     211//  $sqlval['product_id'] = $product_id; 
    212212    $sqlval['status'] = 1;  // ɽ¼¨¤ËÀßÄꤹ¤ë¡£ 
    213213    $sqlval['update_date'] = "Now()"; 
  • temp/trunk/html/admin/home.php

    r4964 r4965  
    5252     
    5353} 
    54 $objPage->arrNewOrder = $arrNewOrder(); 
     54$objPage->arrNewOrder = $arrNewOrder; 
    5555 
    5656// ¤ªÃΤ餻°ìÍ÷¤Î¼èÆÀ 
Note: See TracChangeset for help on using the changeset viewer.