[Svn-src-all:1221] [version-2_5-dev 20109] #986 リファクタリング
yomoro
admin @ mail.ec-cube.net
2011年 2月 7日 (月) 13:57:08 JST
Subversion committed to /home/svn/open 20109
http://svn.ec-cube.net/open_trac/changeset/20109
┌────────────────────────────┐
│更新者 : yomoro │
│更新日時: 2011-02-07 13:57:08 +0900 (月, 07 2月 2011)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#986 リファクタリング
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_SearchProducts.php
変更: branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_SearchProducts.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_SearchProducts.php 2011-02-07 04:27:19 UTC (rev 20108)
+++ branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_SearchProducts.php 2011-02-07 04:57:08 UTC (rev 20109)
@@ -118,7 +118,7 @@
*
* @return string $maker_id メーカーID
*/
- function lfGetCategoryId() {
+ function lfGetMakerId() {
$maker_id = '';
if ( isset($_GET['maker_id']) && $_GET['maker_id'] != '' && is_numeric($_GET['maker_id']) ) {
$maker_id = $_GET['maker_id'];
Svn-src-all メーリングリストの案内