Ignore:
Timestamp:
2006/09/20 14:33:35 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5202 r5253  
    221221    $objQuery = new SC_Query(); 
    222222    $col = "*"; 
    223     $table = "vw_products_nonclass"; 
     223    $table = "vw_products_nonclass AS noncls "; 
    224224    $where = "product_id = ?"; 
    225225    $arrRet = $objQuery->select($col, $table, $where, array($product_id)); 
Note: See TracChangeset for help on using the changeset viewer.