Ignore:
Timestamp:
2007/05/30 17:03:36 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/basis/mail.php

    r13814 r13815  
    9999/* ÆþÎÏ¥¨¥é¡¼¤Î¥Á¥§¥Ã¥¯ */ 
    100100function fnErrorCheck($array) { 
    101     print_r($array);exit 
     101    print_r($array);exit; 
    102102    $objErr = new SC_CheckError($array); 
    103103    $objErr->doFunc(array("¥á¡¼¥ë¤Î¼ïÎà",'send_type'), array("EXIST_CHECK")); 
Note: See TracChangeset for help on using the changeset viewer.