Changeset 18475 for branches/version-2_4-dev
- Timestamp:
- 2010/01/07 15:23:39 (13 years ago)
- 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 64 64 // 文字サイズを制限する 65 65 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); 67 68 } 68 69 }
Note: See TracChangeset
for help on using the changeset viewer.