Ignore:
Timestamp:
2009/09/23 03:00:50 (15 years ago)
Author:
Seasoft
Message:
  • ソース整形を正式版と揃えた。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Change.php

    r18307 r18314  
    519519         *  a :  全角英数字を半角英数字に変換する 
    520520         */ 
    521  
    522521        foreach ($arrRegistColumn as $registColumn) { 
    523522            $key = $registColumn["column"]; 
    524523            $mb_convert_kana_option = $registColumn["convert"]; 
    525524            $val =& $array[$key]; 
    526              
     525 
    527526            // string 型以外は変換対象外とする 
    528527            if (!is_string($val)) continue; 
    529              
     528 
    530529            // 文字変換 
    531530            if (strlen($val) > 0) { 
Note: See TracChangeset for help on using the changeset viewer.