Changeset 17344 for branches/version-2/data
- Timestamp:
- 2008/06/05 16:25:49 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_SearchProducts.php
r16741 r17344 64 64 // 文字サイズを制限する 65 65 foreach($arrRet as $key => $val) { 66 $arrRet[$key] = SC_Utils_Ex::sfCutString($val, SEARCH_CATEGORY_LEN );66 $arrRet[$key] = SC_Utils_Ex::sfCutString($val, SEARCH_CATEGORY_LEN, false); 67 67 } 68 68 }
Note: See TracChangeset
for help on using the changeset viewer.
