Ignore:
Timestamp:
2006/09/19 22:00:59 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/contents/recommend.php

    r4608 r5185  
    5050        $objPage->arrForm['creator_id'] = $_SESSION['member_id']; 
    5151        $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 ); 
    5357    }    
    5458 
Note: See TracChangeset for help on using the changeset viewer.