Ignore:
Timestamp:
2007/06/14 22:01:13 (17 years ago)
Author:
adati
Message:

1.4.0a-betaのマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/html/admin/mail/inc_mailmagazine.php

    r11772 r14676  
    7070                            array(  "column" => "buy_end_month",    "convert" => "n" ), 
    7171                            array(  "column" => "buy_end_day",      "convert" => "n" ), 
    72                             array(  "column" => "buy_product_code", "convert" => "aKV" ) 
    73                             ,array(  "column" => "buy_product_name",    "convert" => "aKV" ) 
    74                             ,array(  "column" => "category_id", "convert" => "" )            
    75                             ,array(  "column" => "buy_total_from",  "convert" => "n" )       
    76                             ,array(  "column" => "buy_total_to",    "convert" => "n" ) 
    77                             ,array(  "column" => "campaign_id", "convert" => "" ) 
    78                             ,array(  "column" => "mail_type",           "convert" => "" ) 
    79  
     72                            array(  "column" => "buy_product_code", "convert" => "aKV" ), 
     73                            array(  "column" => "buy_product_name", "convert" => "aKV" ), 
     74                            array(  "column" => "category_id",      "convert" => ""  ),      
     75                            array(  "column" => "buy_total_from",   "convert" => "n" ),  
     76                            array(  "column" => "buy_total_to",     "convert" => "n" ), 
     77                            array(  "column" => "campaign_id",      "convert" => ""  ), 
     78                            array(  "column" => "mail_type",        "convert" => ""  ), 
     79                            array(  "column" => "domain",           "convert" => "" ) 
    8080                    ); 
    8181 
     
    216216    if ( $flag ){ 
    217217        $objErr->doFunc(array("¥Æ¥ó¥×¥ì¡¼¥È", "template_id"), array("EXIST_CHECK", "NUM_CHECK")); 
    218         $objErr->doFunc(array("¥á¡¼¥ëÁ÷¿®Ë¡Ë¡", "mail_method"), array("EXIST_CHECK", "NUM_CHECK")); 
     218        $objErr->doFunc(array("¥á¡¼¥ëÁ÷¿®ÊýË¡", "mail_method"), array("EXIST_CHECK", "NUM_CHECK")); 
    219219         
    220220        if(MELMAGA_BATCH_MODE) { 
     
    230230        $objErr->doFunc(array("ËÜʸ", 'body', LLTEXT_LEN), array("EXIST_CHECK","MAX_LENGTH_CHECK"));    // HTML¥Æ¥ó¥×¥ì¡¼¥È¤ò»ÈÍѤ·¤Ê¤¤¾ì¹ç 
    231231    } 
    232      
     232 
    233233    return $objErr->arrErr; 
    234234} 
Note: See TracChangeset for help on using the changeset viewer.