Ignore:
Timestamp:
2012/02/06 21:27:04 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • 無意味なスペースを削除
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php

    r21441 r21444  
    274274            case 'search_product_code': 
    275275                $val = preg_replace("/ /", "%", $val); 
    276                 $where.= " AND A.product_id IN (SELECT product_id FROM dtb_products_class WHERE product_code LIKE ? )"; 
     276                $where.= " AND A.product_id IN (SELECT product_id FROM dtb_products_class WHERE product_code LIKE ?)"; 
    277277                $arrval[] = "%$val%"; 
    278278                break; 
Note: See TracChangeset for help on using the changeset viewer.