Ignore:
Timestamp:
2008/08/29 00:10:25 (16 years ago)
Author:
Seasoft
Message:

merge r17463,r17464,r17465,r17468,r17472,r17473,r17493,r17497,r17500,r17501,r17504

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/admin/contents/LC_Page_Admin_Contents_CampaignCreateTag.php

    r17289 r17579  
    8787                    break; 
    8888                case 'search_category_id': 
    89                      list($tmp_where, $tmp_arrval) = $objDb->sfGetCatWhere($val); 
    90                     if($tmp_where != "") { 
    91                         $where.= " AND product_id IN (SELECT product_id FROM dtb_product_categories WHERE " . $tmp_where . ")"; 
    92                         $arrval = array_merge((array)$arrval, (array)$tmp_arrval); 
     89                        list($tmp_where, $tmp_arrval) = $objDb->sfGetCatWhere($val);  
     90                        if($tmp_where != "") {  
     91                            $where.= " AND product_id IN (SELECT product_id FROM dtb_product_categories WHERE " . $tmp_where . ")";  
     92                            $arrval = array_merge((array)$arrval, (array)$tmp_arrval); 
    9393                    } 
    9494                    break; 
     
    159159    } 
    160160 
    161     /* 取得文字列の変換 */ 
     161 
     162    /** 
     163     * 取得する文字数の変換を行うメソッド 
     164     * 
     165     * @return void 
     166     */ 
    162167    function lfConvertParam() { 
    163168        /* 
     
    180185    } 
    181186 
    182     /* タグを生成 */ 
     187    /** 
     188     * キャンペーンページのための商品用タグを生成するメソッド 
     189     * 
     190     * @param string $product_id 商品ID 
     191     * @return void 
     192     */ 
     193     
    183194    function lfGetCreateTag($product_id) { 
    184195        // 書き込みタグ 
Note: See TracChangeset for help on using the changeset viewer.