Ignore:
Timestamp:
2012/02/06 11:05:15 (12 years ago)
Author:
Seasoft
Message:

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

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

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

    r21420 r21441  
    127127            case 'search_category_id': 
    128128                list($tmp_where, $tmp_arrval) = $objDb->sfGetCatWhere($val); 
    129                 if($tmp_where != "") { 
     129                if ($tmp_where != "") { 
    130130                    $where.= " AND product_id IN (SELECT product_id FROM dtb_product_categories WHERE " . $tmp_where . ")"; 
    131131                    $arrval = array_merge((array)$arrval, (array)$tmp_arrval); 
Note: See TracChangeset for help on using the changeset viewer.