Changeset 20390


Ignore:
Timestamp:
2011/02/24 20:19:37 (13 years ago)
Author:
shutta
Message:

不要と思われるコメント行を削除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/order/LC_Page_Admin_Order_ProductSelect.php

    r20384 r20390  
    231231                case 'search_product_code': 
    232232                    $where .=    " AND alldtl.product_id IN (SELECT product_id FROM dtb_products_class WHERE product_code LIKE ? GROUP BY product_id)"; 
    233                     //                            $arrval[] = "$val%"; 
    234233                    $bind[] = '%'.$val.'%'; 
    235234                    break; 
Note: See TracChangeset for help on using the changeset viewer.