Changeset 14044


Ignore:
Timestamp:
2007/06/01 11:09:32 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r14024 r14044  
    3636        $this->tpl_pageno = $_POST['search_pageno']; 
    3737        global $arrMAILMAGATYPE; 
    38         $this->arrMAILMAGATYP = $arrMAILMAGATYPE; 
     38        $this->arrMAILMAGATYPE = $arrMAILMAGATYPE; 
    3939        $this->arrHtmlmail[''] = "¤¹¤Ù¤Æ"; 
    4040        $this->arrHtmlmail[1] = $arrMAILMAGATYPE[1]; 
     
    4444        global $arrDomain; 
    4545        $this->arrDomain = $arrDomain; 
     46        $this->domain[1] = $arrDomain[1]; 
     47        $this->domain[2] = $arrDomain[2]; 
     48        $this->domain[3] = $arrDomain[3]; 
    4649         
    4750    } 
Note: See TracChangeset for help on using the changeset viewer.