Changeset 2017


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

blank

File:
1 edited

Legend:

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

    r2016 r2017  
    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); 
    5655     
    5756    if($ret > 0) { 
     
    208207     
    209208    $arrList =  $objQuery->getAll($sql, array($product_id, $product_id)); 
     209        $objQuery->getlastquery(true); 
     210 
    210211     
    211212    $objPage->arrForm["class_id1"] = $arrList[0]['class_id1']; 
Note: See TracChangeset for help on using the changeset viewer.