Ignore:
Timestamp:
2010/05/08 20:02:47 (14 years ago)
Author:
Seasoft
Message:

#717(電話番号の判定のパラメータ(文字数制限)誤り) 改修

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php

    r18498 r18638  
    314314        $objErr->doFunc(array("お電話番号2", 'tel02'), array("EXIST_CHECK")); 
    315315        $objErr->doFunc(array("お電話番号3", 'tel03'), array("EXIST_CHECK")); 
    316         $objErr->doFunc(array("お電話番号", "tel01", "tel02", "tel03", TEL_LEN) ,array("TEL_CHECK")); 
    317         $objErr->doFunc(array("FAX番号", "fax01", "fax02", "fax03", TEL_LEN) ,array("TEL_CHECK")); 
     316        $objErr->doFunc(array("お電話番号", "tel01", "tel02", "tel03") ,array("TEL_CHECK")); 
     317        $objErr->doFunc(array("FAX番号", "fax01", "fax02", "fax03") ,array("TEL_CHECK")); 
    318318        $objErr->doFunc(array("ご性別", "sex") ,array("SELECT_CHECK", "NUM_CHECK")); 
    319319        $objErr->doFunc(array("ご職業", "job") ,array("NUM_CHECK")); 
Note: See TracChangeset for help on using the changeset viewer.