Changeset 10300 for temp/trunk


Ignore:
Timestamp:
2006/12/06 12:34:45 (20 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

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

    r10273 r10300  
    251251    $table = "vw_products_nonclass AS noncls "; 
    252252    $where = "product_id = ?"; 
     253     
     254    sfViewWhere("&&noncls_where&&", $where, array($product_id)); 
     255     
    253256    $arrRet = $objQuery->select($col, $table, $where, array($product_id)); 
    254257         
Note: See TracChangeset for help on using the changeset viewer.