Changeset 12315


Ignore:
Timestamp:
2007/05/08 21:15:56 (17 years ago)
Author:
matsumoto
Message:
 
Location:
branches/dev
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_SelectSql.php

    r11917 r12315  
    2727    } 
    2828 
    29     //-- SQLʬÀ¸À® 
     29    //-- SQLʸÀ¸À® 
    3030    function getSql( $mode = "" ){ 
    3131        $this->sql = $this->select ." ". $this->where ." ". $this->group ." "; 
  • branches/dev/data/conf/conf.php

    r12300 r12315  
    701701                      2 => "ezweb.ne.jp", 
    702702                      3 => "softbank.ne.jp", 
    703                       4 => "t.vodafone.ne.jp", 
    704                       5 => "d.vodafone.ne.jp", 
    705                       6 => "h.vodafone.ne.jp", 
    706                       7 => "c.vodafone.ne.jp", 
    707                       8 => "k.vodafone.ne.jp", 
    708                       9 => "r.vodafone.ne.jp", 
    709                       10 => "n.vodafone.ne.jp", 
    710                       11 => "s.vodafone.ne.jp", 
    711                       12 => "q.vodafone.ne.jp", 
     703                      4 => "vodafone.ne.jp" 
    712704                  );                 
    713705                 
  • branches/dev/html/admin/mail/inc_mailmagazine.php

    r12248 r12315  
    7777                            array(  "column" => "campaign_id",      "convert" => ""  ), 
    7878                            array(  "column" => "mail_type",        "convert" => ""  ), 
    79                             array(  "column" => "domain",           "convert" => "n" ) 
     79                            array(  "column" => "domain",           "convert" => "n" ), 
     80                            array(  "column" => "domain_type",      "convert" => "n" ), 
    8081 
    8182                    ); 
Note: See TracChangeset for help on using the changeset viewer.