Changeset 13937


Ignore:
Timestamp:
2007/05/31 18:57:52 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13934 r13937  
    4242        global $arrCustomerType; 
    4343        $this->arrCustomerType = $arrCustomerType; 
     44        global $arrDomain; 
     45        $this->domain[1] = $arrDomain[DOMAIN_TYPE_NONE]; 
     46        $this->domain[2] = $arrDomain[DOMAIN_TYPE_PC]; 
     47        $this->domain[3] = $arrDomain[DOMAIN_TYPE_MOBILE]; 
     48         
    4449    } 
    4550} 
Note: See TracChangeset for help on using the changeset viewer.