Changeset 9972 for temp/trunk/html/admin


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

blank

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

Legend:

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

    r9971 r9972  
    270270            break; 
    271271        } 
     272         
     273                $objQuery->getlastquery(); 
    272274    } 
    273275} 
    274276 
    275277     
    276         $objQuery->getlastquery(); 
    277  
    278  
    279278// ¥«¥Æ¥´¥ê¤ÎÆÉ¹þ 
    280279$objPage->arrCatList = sfGetCategoryList(); 
  • temp/trunk/html/admin/products/product.php

    r9971 r9972  
    350350        $sqlval['create_date'] = "Now()"; 
    351351        $objQuery->insert("dtb_products", $sqlval); 
     352                 
     353            $objQuery->getlastquery(); 
    352354 
    353355        if (DB_TYPE == "mysql") { 
Note: See TracChangeset for help on using the changeset viewer.