Ignore:
Timestamp:
2011/03/07 15:23:39 (15 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/LC_Page_InputZip.php

    r20534 r20538  
    6969            // 郵便番号検索文作成 
    7070            $zipcode = $_GET['zip1'].$_GET['zip2']; 
    71             $zipcode = mb_convert_kana($zipcode ,"n"); 
     71            $zipcode = mb_convert_kana($zipcode ,'n'); 
    7272 
    7373            // 郵便番号検索 
Note: See TracChangeset for help on using the changeset viewer.