Ignore:
Timestamp:
2011/02/04 14:41:28 (13 years ago)
Author:
kimoto
Message:

docコメント追加/修正 #985

File:
1 edited

Legend:

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

    r20085 r20090  
    986986    } 
    987987 
     988    /** 
     989     * CHECK_REGIST_CUSTOMER_EMAIL 
     990     * 
     991     * メールアドレスが会員登録されているか調べる 
     992     * value[0] = 項目名 value[1] = 判定対象メールアドレス 
     993     * 
     994     * @param mixed $value 
     995     * @access public 
     996     * @return void 
     997     */ 
    988998    function CHECK_REGIST_CUSTOMER_EMAIL ($value) { 
    989999        if(isset($this->arrErr[$value[1]])) { 
Note: See TracChangeset for help on using the changeset viewer.