Changeset 9445 for temp


Ignore:
Timestamp:
2006/11/29 19:08:01 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r9443 r9445  
    360360        $objQuery->query("INSERT INTO dtb_products_class (product_id, ". $col .") SELECT ?, " . $col. " FROM dtb_products_class WHERE product_id = ? ORDER BY product_class_id", array($product_id, $product_id)); 
    361361         
     362        $objQuery->getlastquery(); 
     363         
    362364 
    363365    } else { 
Note: See TracChangeset for help on using the changeset viewer.