Changeset 2016 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/08/26 10:10:10 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r1328 r2016  
    5353    $where = "product_id = ? AND NOT(classcategory_id1 = 0 AND classcategory_id2 = 0) "; 
    5454    $ret = $objQuery->count("dtb_products_class", $where, array($_POST['product_id'])); 
     55    $objQuery->getlastquery(true); 
    5556     
    5657    if($ret > 0) { 
Note: See TracChangeset for help on using the changeset viewer.