Changeset 20316


Ignore:
Timestamp:
2011/02/22 10:41:07 (13 years ago)
Author:
AMUAMU
Message:

#627 (ソース整形・ソースコメントの改善) sfArrCombineの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/util/SC_Utils.php

    r20310 r20316  
    11591159 
    11601160    // 2つの配列を用いて連想配列を作成する 
    1161     function sfarrCombine($arrKeys, $arrValues) { 
     1161    function sfArrCombine($arrKeys, $arrValues) { 
    11621162 
    11631163        if(count($arrKeys) <= 0 and count($arrValues) <= 0) return array(); 
Note: See TracChangeset for help on using the changeset viewer.