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/contents/LC_Page_Admin_Contents_RecommendSearch.php

    r21423 r21441  
    147147        $bind = array(); 
    148148        foreach ($arrForm as $key => $val) { 
    149             if($val == "") { 
     149            if ($val == "") { 
    150150                continue; 
    151151            } 
     
    158158                case 'search_category_id': 
    159159                    list($tmp_where, $tmp_bind) = $objDb->sfGetCatWhere($val); 
    160                     if($tmp_where != "") { 
     160                    if ($tmp_where != "") { 
    161161                        $where.= " AND alldtl.product_id IN (SELECT product_id FROM dtb_product_categories WHERE " . $tmp_where . ")"; 
    162162                        $bind = array_merge((array)$bind, (array)$tmp_bind); 
Note: See TracChangeset for help on using the changeset viewer.