Ignore:
Timestamp:
2013/01/23 15:12:00 (11 years ago)
Author:
shutta
Message:

#2047 (SC_FormParam::trimParam()の「全角空白も削除する」場合のオプションが再帰的に掛かっていない)
recursionTrimメソッド中のパラメーター名の間違いを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_FormParam.php

    r22206 r22317  
    462462        if (is_array($value)) { 
    463463            foreach ($value as $key => $val) { 
    464                 $this->recursionTrim($value[$key], $convert); 
     464                $this->recursionTrim($value[$key], $has_wide_space); 
    465465            } 
    466466        } else { 
Note: See TracChangeset for help on using the changeset viewer.