Changeset 14121


Ignore:
Timestamp:
2007/06/01 16:57:00 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r14119 r14121  
    4242        global $arrCustomerType; 
    4343        $this->arrCustomerType = $arrCustomerType; 
    44         global $arrDomain; 
    45         $this->arrDomain = $arrDomain; 
     44        global $arrDOMAIN; 
     45        $this->arrDomain = $arrDOMAIN; 
    4646        $this->arrDomain[1] = "»ØÄꤷ¤Ê¤¤"; 
    47         $this->arrDomain[2] = $arrDomain[1]; 
    48         $this->arrDomain[3] = $arrDomain[2];  
     47        $this->arrDomain[2] = $arrDOMAIN[1]; 
     48        $this->arrDomain[3] = $arrDOMAIN[2];  
    4949    } 
    5050} 
Note: See TracChangeset for help on using the changeset viewer.