Ignore:
Timestamp:
2010/02/12 18:13:28 (14 years ago)
Author:
kajiwara
Message:

Ver2.4.3にアップデート

File:
1 edited

Legend:

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

    r17344 r18561  
    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.