Changeset 9971 for temp/trunk/html


Ignore:
Timestamp:
2006/11/30 21:32:45 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

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

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/index.php

    r9967 r9971  
    272272    } 
    273273} 
     274 
     275     
     276        $objQuery->getlastquery(); 
     277 
    274278 
    275279// ¥«¥Æ¥´¥ê¤ÎÆÉ¹þ 
  • temp/trunk/html/admin/products/product.php

    r9970 r9971  
    350350        $sqlval['create_date'] = "Now()"; 
    351351        $objQuery->insert("dtb_products", $sqlval); 
    352                  
    353             $objQuery->getlastquery(); 
    354352 
    355353        if (DB_TYPE == "mysql") { 
     
    391389    // µ¬³ÊÅÐÏ¿ 
    392390    sfInsertProductClass($objQuery, $arrList, $product_id); 
    393      
    394         $objQuery->getlastquery(); 
    395391     
    396392    // ¤ª¤¹¤¹¤á¾¦ÉÊÅÐÏ¿ 
Note: See TracChangeset for help on using the changeset viewer.