[Svn-src-all:1424] [version-2_5-dev 20316] #627 (ソース整形・ソースコメントの改善) sfArrCombineの修正
AMUAMU
admin @ mail.ec-cube.net
2011年 2月 22日 (火) 10:41:07 JST
Subversion committed to /home/svn/open 20316
http://svn.ec-cube.net/open_trac/changeset/20316
┌────────────────────────────┐
│更新者 : AMUAMU │
│更新日時: 2011-02-22 10:41:07 +0900 (火, 22 2月 2011)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#627 (ソース整形・ソースコメントの改善) sfArrCombineの修正
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_5-dev/data/class/util/SC_Utils.php
変更: branches/version-2_5-dev/data/class/util/SC_Utils.php
===================================================================
--- branches/version-2_5-dev/data/class/util/SC_Utils.php 2011-02-22 00:19:28 UTC (rev 20315)
+++ branches/version-2_5-dev/data/class/util/SC_Utils.php 2011-02-22 01:41:07 UTC (rev 20316)
@@ -1158,7 +1158,7 @@
}
// 2つの配列を用いて連想配列を作成する
- function sfarrCombine($arrKeys, $arrValues) {
+ function sfArrCombine($arrKeys, $arrValues) {
if(count($arrKeys) <= 0 and count($arrValues) <= 0) return array();
Svn-src-all メーリングリストの案内