Ignore:
Timestamp:
2010/01/07 15:23:39 (14 years ago)
Author:
Yammy
Message:

http://svn.ec-cube.net/open_trac/ticket/548
商品検索ブロック カテゴリプルダウンでブラウザ依存

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_SearchProducts.php

    r17344 r18475  
    6464            // 文字サイズを制限する 
    6565            foreach($arrRet as $key => $val) { 
    66                 $arrRet[$key] = SC_Utils_Ex::sfCutString($val, SEARCH_CATEGORY_LEN, false); 
     66                $str = SC_Utils_Ex::sfCutString($val, SEARCH_CATEGORY_LEN, false); 
     67                $arrRet[$key] = preg_replace('/ /', " ", $str); 
    6768            } 
    6869        } 
Note: See TracChangeset for help on using the changeset viewer.